Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can the Cluster Coordinator election be sped up, nifi-1.0.0.2.0.1.0-12

avatar
New Member

I have a 3 node cluster. When I bring all three nodes down, then start them up at the same time there is always a 300 second Cluster coordinator wait. I was wondering if this process can be sped up (via a setting or a different startup procedure). During that 5 mins the UI can be seen as an independent node but no editing can be done on existing flows created with all 3 nodes of the cluster up and connected. Thanks - J.Thomas King

1 ACCEPTED SOLUTION

avatar

Hello @J.Thomas King

You can reduce the waiting time by setting nifi.cluster.flow.election.max.wait.time or nifi.cluster.flow.election.max.candidates in nifi.properties.

Please refer Clustering Configuration "Flow Election" section for detail.

Thanks,

Koji

View solution in original post

2 REPLIES 2

avatar

Hello @J.Thomas King

You can reduce the waiting time by setting nifi.cluster.flow.election.max.wait.time or nifi.cluster.flow.election.max.candidates in nifi.properties.

Please refer Clustering Configuration "Flow Election" section for detail.

Thanks,

Koji

avatar
New Member

Thanks @kkawamura