<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413494#M254088</link>
    <description>&lt;P&gt;I am using only&amp;nbsp;public.ecr.aws/bitnami/zookeeper:latest (3 ECS nodes).&lt;BR /&gt;Seems this is the issue, as I didn't use a special config&lt;BR /&gt;Could you provide the recommended approach for my use case?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2026 11:58:35 GMT</pubDate>
    <dc:creator>fy-test</dc:creator>
    <dc:date>2026-02-03T11:58:35Z</dc:date>
    <item>
      <title>NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413475#M254075</link>
      <description>&lt;H2&gt;&lt;FONT face="arial black,avant garde" size="2"&gt;Environment&lt;/FONT&gt;&lt;/H2&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;STRONG&gt;NiFi 2.7.2&lt;/STRONG&gt;, 3-node cluster (3EC2 - 3ASG)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ZooKeeper:&lt;/STRONG&gt; 3-node ensemble (ECS)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;NiFi Registry&lt;/STRONG&gt; (ECS)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;AWS Step Functions&lt;/STRONG&gt; for scheduled stop/start (cost optimization)&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Problem&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H2&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;After an overnight shutdown/startup, the cluster becomes unstable:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Nodes rapidly flap: CONNECTED → DISCONNECTED → CONNECTING (every 2-3 seconds).&lt;/LI&gt;&lt;LI&gt;Error: "Have not received heartbeat from node".&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Critical:&lt;/STRONG&gt; Disconnected node logs show NO errors/warnings - node appears healthy while coordinator reports it as disconnected.&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Root Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H2&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;Parallel startup&lt;/STRONG&gt; via Step Function Map state causes:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;NiFi nodes start before the ZooKeeper quorum forms&lt;/LI&gt;&lt;LI&gt;All 3 nodes start simultaneously → chaotic coordinator election&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;&lt;FONT size="3"&gt;Resolution&lt;/FONT&gt;&lt;/H2&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;Deleted flow.xml.gz on disconnected nodes&lt;/STRONG&gt; → restart → nodes rejoined successfully&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;Proposed Solution&lt;/FONT&gt;&lt;/H2&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;Sequential startup with proper wait times:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="relative group/copy bg-bg-000/50 border-0.5 border-border-400 rounded-lg"&gt;&lt;DIV class="sticky opacity-0 group-hover/copy:opacity-100 top-2 py-2 h-12 w-0 float-right"&gt;&lt;DIV class="absolute right-0 h-8 px-2 items-center inline-flex z-10"&gt;&lt;DIV class="relative"&gt;&lt;DIV class="transition-all opacity-100 scale-100"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;1. ZK1 → 60s → ZK2 → 60s → ZK3 → 120s (quorum)&lt;/SPAN&gt;&lt;SPAN&gt;2. NiFi Registry → 90s&lt;/SPAN&gt;&lt;SPAN&gt;3. Node 1 → 180s → Node 2 → 120s → Node 3 → 120s&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;Sequential shutdown (reverse order)&lt;/STRONG&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;Questions&lt;/FONT&gt;&lt;/H2&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;STRONG&gt;Official guidance on startup sequencing&lt;/STRONG&gt; for multi-node clusters with external ZooKeeper?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Should ZooKeeper state be cleared&lt;/STRONG&gt; during scheduled shutdowns?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Why don't disconnected node logs show any issues?&lt;/STRONG&gt; Node appears unaware of disconnection.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Recommended wait times&lt;/STRONG&gt; between service starts?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Best practices for scheduled start/stop&lt;/STRONG&gt; on auto-scaling infrastructure?&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Setup Details&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H2&gt;&lt;UL class=""&gt;&lt;LI&gt;32GB RAM, 20GB heap, G1GC&lt;/LI&gt;&lt;LI&gt;Java 21 Amazon Corretto&lt;/LI&gt;&lt;LI&gt;Time sync verified (chrony &amp;lt; 1μs drift)&lt;/LI&gt;&lt;LI&gt;Network healthy, no packet loss&lt;/LI&gt;&lt;/UL&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;Has anyone implemented similar scheduled automation for NiFi clusters? Any guidance appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 12:20:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413475#M254075</guid>
      <dc:creator>fy-test</dc:creator>
      <dc:date>2026-02-02T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413479#M254077</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/112996"&gt;@fy-test&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFi 2.7.2 does not use a flow.xml.gz file (This format was only used by Apache NiFi 1.x versions).&amp;nbsp; &amp;nbsp;Apache NiFi 2.x versions use a flow.json.gz format.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would suggest making sure the Zookeeper quorum is up before starting the NiFi Service. NiFi cluster can't form or remain formed if Zookeeper does not have stable quorum.&lt;BR /&gt;&lt;BR /&gt;If your NiFi nodes are disconnecting and reconnecting, I would start by looking at the status of the nodes to see what reason is being given for the disconnects.&amp;nbsp; &amp;nbsp;You can find this in the Cluster UI within NiFi:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1770048226524.png" style="width: 705px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46607i72B44BBE11348F73/image-dimensions/705x709?v=v2" width="705" height="709" role="button" title="MattWho_0-1770048226524.png" alt="MattWho_0-1770048226524.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Clicking on the small "i" icon to the left of the node name will open the pop-up window above that shows node events.&amp;nbsp; You should also see node events in the nifi-app.logs on each node.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;So you see your elected cluster coordinator constantly changing?&lt;/LI&gt;&lt;LI&gt;Was there a duration of time between stop and start?&lt;/LI&gt;&lt;LI&gt;Was there a large influx of backlogged data when NiFi was started?&lt;/LI&gt;&lt;LI&gt;Encounter any OutOfMemory exceptions?&lt;/LI&gt;&lt;LI&gt;Encounter any long garbage collection events?&lt;/LI&gt;&lt;LI&gt;Did nifi-app.log on elected cluster coordinator(s) reported any node disconnected due to lack of heartbeat log output?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You would normally start all nodes at the same time.&amp;nbsp; NiFi knows how many nodes were last in the cluster and has a flow election process that depends on all nodes connecting. So startup times will be mush longer if not all nodes connect.&amp;nbsp; NiFi has a configurable timer of how long flow election will run before finishing starting with just the nodes that connected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 16:12:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413479#M254077</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-02-02T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413480#M254078</link>
      <description>&lt;P&gt;Thank you for the guidance!&lt;BR /&gt;Answers to your questions:&lt;/P&gt;&lt;P&gt;1. Coordinator stable (Node 2), but overloaded (90% CPU, 2.6s heartbeat latency)&lt;BR /&gt;2. Yes, 8+ hours between stop/start (overnight shutdown)&lt;BR /&gt;3. No backlog (queues nearly empty)&lt;BR /&gt;4. No OOM exceptions&lt;BR /&gt;5. No long GC pauses observed&lt;BR /&gt;6. Yes, coordinator logs: "no heartbeat from node in 15089 seconds" (= 4.2hr downtime)&lt;/P&gt;&lt;P&gt;Key issue: Step Function starts all services in PARALLEL. ZooKeeper nodes and NiFi nodes all start together, so NiFi connects before ZK quorum forms.&lt;/P&gt;&lt;P&gt;Solution implemented:&lt;BR /&gt;- Sequential ZK startup (ZK1 → ZK2 → ZK3 with waits for quorum)&lt;BR /&gt;- Parallel NiFi node startup (all 3 together after ZK is ready)&lt;BR /&gt;- Delete flow.json.gz on disconnected nodes → successful rejoin&lt;/P&gt;&lt;P&gt;Question: Should we clear ZooKeeper /nifi state after 8hr shutdown, or does stable quorum + parallel node startup handle stale state automatically?&lt;/P&gt;&lt;P&gt;All nodes now connected and stable. Will monitor through next scheduled cycle.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 16:23:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413480#M254078</guid>
      <dc:creator>fy-test</dc:creator>
      <dc:date>2026-02-02T16:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413484#M254080</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/112996"&gt;@fy-test&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I would not expect this step to be necessary:&lt;BR /&gt;&lt;SPAN&gt;Delete flow.json.gz on disconnected nodes → successful rejoin&lt;/SPAN&gt;&lt;BR /&gt;- Flow election happens during startup. Once a flow is elected, nodes that join afterwards will inherit the cluster flow if their local flow does not match.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;I see no need to clear ZK state.&amp;nbsp; &amp;nbsp;ZK elects a cluster coordinator and primary node from the nodes that establish connection with ZK.&amp;nbsp; &amp;nbsp;ZK also used for components in your dataflows that utilize cluster state. Clearing ZK could result in duplicate data processing depending in what your flow does in NiFi.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This is interesting line shared from your logs.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;no heartbeat from node in 15089 seconds&lt;/LI-CODE&gt;&lt;P&gt;This implies that the elected cluster coordinator disconnected a node after not receiving a heartbeat for 15089 seconds.&amp;nbsp; This means the node was in a connected state.&amp;nbsp; On startup of a cluster, all nodes are in a disconnected state initially until they connect, so this is not a line I would expect to see during startup.&amp;nbsp; Was this accompanied by a line that stated node was being disconnected due to lack of heartbeat?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 16:59:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413484#M254080</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-02-02T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413487#M254082</link>
      <description>&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;After extensive troubleshooting and testing, the root cause was identified:&lt;/P&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;starting all 3 ZooKeeper nodes before NiFi causes cluster instability during scheduled restarts.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;Startup sequence:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Start single ZooKeeper node (ZK1)&lt;/LI&gt;&lt;LI&gt;Start NiFi Registry (2 min wait)&lt;/LI&gt;&lt;LI&gt;Start all 3 NiFi nodes in parallel (3 min wait)&lt;/LI&gt;&lt;LI&gt;Add remaining ZooKeeper nodes (ZK2, ZK3) to complete ensemble&lt;/LI&gt;&lt;/OL&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt; All nodes connect cleanly, no flapping, stable cluster formation&lt;/P&gt;&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;What are your thoughts about this setup?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 19:56:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413487#M254082</guid>
      <dc:creator>fy-test</dc:creator>
      <dc:date>2026-02-02T19:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413488#M254083</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/112996"&gt;@fy-test&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Starting only on ZK node will not give quorum, so the NiFi cluster would not form.&amp;nbsp; &amp;nbsp;NiFi nodes would come up and continue to attempt to connect to ZK quorum for cluster coordinator election before cluster could form. All NiFi nodes need to learn which node is elected to this role in order to know which node to send heartbeats to in order to form a NiFi cluster.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'd say you have some other issues if your ZK quorum cluster is not stable when NiFi is started.&amp;nbsp; My ZK is completely up with quorum when I start any of my NiFi clusters.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If Quorum keeps coming and going due to some issue in your ZK, that could cause NiFi nodes to disconnect from cluster and reconnect when quorum exists again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The real question here is why is your ZK not coming up well when you start all of the ZK hosts at the same time.&amp;nbsp; I'd spend more time looking at the health of your ZK.&lt;BR /&gt;&lt;BR /&gt;All you should need to do is start ZK nodes so you have quorum and then start NiFi and NiFi-Registry (order of NiFi and NiFi-Registry start does not matter).&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 20:32:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413488#M254083</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-02-02T20:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413494#M254088</link>
      <description>&lt;P&gt;I am using only&amp;nbsp;public.ecr.aws/bitnami/zookeeper:latest (3 ECS nodes).&lt;BR /&gt;Seems this is the issue, as I didn't use a special config&lt;BR /&gt;Could you provide the recommended approach for my use case?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 11:58:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413494#M254088</guid>
      <dc:creator>fy-test</dc:creator>
      <dc:date>2026-02-03T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi 2.7.2 Cluster Instability After Scheduled Stop/Start - Seeking Best Practices</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413496#M254090</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/112996"&gt;@fy-test&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I can't speak to your specific Zookeeper setup.&amp;nbsp; However, from a NiFi standpoint...&lt;BR /&gt;&lt;BR /&gt;NiFi-Registry has not dependency on Zookeeper, so it can be started at anytime.&lt;BR /&gt;&lt;BR /&gt;NiFi cluster setups have a requirement for zookeeper quorum before the NiFi cluster can be formed.&amp;nbsp; NiFi cluster can be started even without ZK quorum, but all nodes will be in a disconnected state until the ZK quorum is established and one of the NiFi cluster nodes is elected as the cluster coordinator by ZK, at which time all nodes will start sending heartbeats to that elected cluster coordinator and the cluster will be formed/established.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 15:26:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-2-7-2-Cluster-Instability-After-Scheduled-Stop-Start/m-p/413496#M254090</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-02-03T15:26:22Z</dc:date>
    </item>
  </channel>
</rss>

