<?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: Migrating HDF 2.0 node from standalone to cluster mode gives error. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109555#M46581</link>
    <description>&lt;P&gt;Hi @Shishir Saxena,&lt;/P&gt;&lt;P&gt;I have similar issue.&lt;/P&gt;&lt;P&gt;In my /etc/hosts file,&lt;/P&gt;&lt;P&gt;10.244.6.45  nifi-1.nifi-service.nifi-cluster.svc.cluster.local  nifi-1&lt;/P&gt;&lt;P&gt;If I use "nifi-1" as hostname in nifi.properties, is it OK? &lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 09:43:47 GMT</pubDate>
    <dc:creator>alvinuw</dc:creator>
    <dc:date>2017-08-01T09:43:47Z</dc:date>
    <item>
      <title>Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109548#M46574</link>
      <description>&lt;P&gt;I have a HDF 2.0 node that was running in standalone mode. When I convert it to cluster mode, by changing nifi.properties file and restarting HDF 2.0, I am getting following error message.&lt;/P&gt;&lt;P&gt;Cluster is still in the process of voting on the appropriate Data Flow.&lt;/P&gt;&lt;P&gt;I have removed existing flow.xml.gz from conf directory and working with an empty flow file.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:26:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109548#M46574</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2026-04-21T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109549#M46575</link>
      <description>&lt;P&gt;is zookeeper running?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 04:51:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109549#M46575</guid>
      <dc:creator>knarayanan</dc:creator>
      <dc:date>2016-11-18T04:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109550#M46576</link>
      <description>&lt;P&gt;Check in your nifi.properties, there are two properties:&lt;/P&gt;&lt;P&gt;nifi.cluster.flow.election.max.wait.time=5 mins &lt;/P&gt;&lt;P&gt;nifi.cluster.flow.election.max.candidates=&lt;/P&gt;&lt;P&gt;It is probably waiting 5 mins based on the first property. Usually you want to set the second property to a number &amp;lt;= to the nodes in your cluster, and then they will vote on the flow which will likely happen way faster than the 5 mins.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 04:54:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109550#M46576</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-11-18T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109551#M46577</link>
      <description>&lt;P&gt;I finally figured it out. Nifi node was unable to talk to cluster because of entry in hosts file. It was looking for partial hostname not fully qualified domain name.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 04:48:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109551#M46577</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-11-19T04:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109552#M46578</link>
      <description>&lt;P&gt;My HDF just gave up suddenly. After restarting NiFi and later the zookeeper node, it gives the error "Invalid State. Cluster is still in the process of voting on the appropriate Data Flow." I have checked the properties suggested by &lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@Bryan Bende&lt;/A&gt;, they are set as nifi.cluster.flow.election.max.candidates=1, nifi.cluster.flow.election.max.wait.time=5 mins. &lt;A rel="user" href="https://community.cloudera.com/users/2820/shishirsaxena3.html" nodeid="2820"&gt;@Shishir Saxena&lt;/A&gt; I have also checked my /etc/hosts file and it's properly setup. Is there anything i'm not getting right?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 22:20:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109552#M46578</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-12-21T22:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109553#M46579</link>
      <description>&lt;P&gt;How many NiFi nodes are there? Can you see what is in /var/log/nifi/nifi-app.log for each of the NiFi nodes when this is happening?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 22:27:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109553#M46579</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-12-21T22:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109554#M46580</link>
      <description>&lt;P&gt;There's only one NiFi node &lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@Bryan Bende&lt;/A&gt;. The nifi-app log does not suggest any error. I also notice that my flowfile-repo is filling up so fast.&lt;/P&gt;&lt;PRE&gt;2016-12-22 08:22:20,574 INFO [Timer-Driven Process Thread-13] o.a.n.controller.FileSystemSwapManager Successfully swapped out 10000 FlowFiles from FlowFileQueue[id=c5633890-4560-19cc-986a-56b900117c28] to Swap File /apps1/flowfile-repo/swap/1482387740171-c5633890-4560-19cc-986a-56b900117c28-4c2f21a9-23c1-494a-b92f-89b9a85c4f32.swap
2016-12-22 08:22:20,658 INFO [Timer-Driven Process Thread-13] o.a.n.c.r.WriteAheadFlowFileRepository Successfully swapped out 10000 FlowFiles from FlowFileQueue[id=c5633890-4560-19cc-986a-56b900117c28] to Swap File /apps1/flowfile-repo/swap/1482387740171-c5633890-4560-19cc-986a-56b900117c28-4c2f21a9-23c1-494a-b92f-89b9a85c4f32.swap
2016-12-22 08:22:24,803 INFO [Timer-Driven Process Thread-10] o.a.n.c.r.WriteAheadFlowFileRepository Repository updated to reflect that 10000 FlowFiles were swapped in to FlowFileQueue[id=c5633890-4560-19cc-986a-56b900117c28]
2016-12-22 08:22:25,647 INFO [Timer-Driven Process Thread-3] o.a.n.controller.FileSystemSwapManager Successfully swapped out 10000 FlowFiles from FlowFileQueue[id=c5633890-4560-19cc-986a-56b900117c28] to Swap File /apps1/flowfile-repo/swap/1482387745230-c5633890-4560-19cc-986a-56b900117c28-ea0d7a57-d319-4827-833e-ce94bfde1041.swap
2016-12-22 08:22:25,685 INFO [Timer-Driven Process Thread-3] o.a.n.c.r.WriteAheadFlowFileRepository Successfully swapped out 10000 FlowFiles from FlowFileQueue[id=c5633890-4560-19cc-986a-56b900117c28] to Swap File /apps1/flowfile-repo/swap/1482387745230-c5633890-4560-19cc-986a-56b900117c28-ea0d7a57-d319-4827-833e-ce94bfde1041.swap
&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Dec 2016 14:29:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109554#M46580</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-12-22T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109555#M46581</link>
      <description>&lt;P&gt;Hi @Shishir Saxena,&lt;/P&gt;&lt;P&gt;I have similar issue.&lt;/P&gt;&lt;P&gt;In my /etc/hosts file,&lt;/P&gt;&lt;P&gt;10.244.6.45  nifi-1.nifi-service.nifi-cluster.svc.cluster.local  nifi-1&lt;/P&gt;&lt;P&gt;If I use "nifi-1" as hostname in nifi.properties, is it OK? &lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:43:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/109555#M46581</guid>
      <dc:creator>alvinuw</dc:creator>
      <dc:date>2017-08-01T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating HDF 2.0 node from standalone to cluster mode gives error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/304026#M46582</link>
      <description>&lt;P&gt;Hello Shishir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you mind to please how do we migrate a standalone Nifi setup to cluster mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;snm1523&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:07:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Migrating-HDF-2-0-node-from-standalone-to-cluster-mode-gives/m-p/304026#M46582</guid>
      <dc:creator>snm1523</dc:creator>
      <dc:date>2020-10-07T12:07:51Z</dc:date>
    </item>
  </channel>
</rss>

