Thanks Mark. I did the same and have got the embedded zookeeper running only on one of the nodes now. Both the nodes are up now. However,I am not able to connect to the UI now. It runs on the default port 8080. root@hostname-1/opt/nifi/test/nifi-1.3.0/logs# netstat -an |grep 9999 tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN tcp 0 0 172.18.2.129:55222 172.18.2.135:9999 TIME_WAIT tcp 0 0 172.18.2.129:55220 172.18.2.135:9999 TIME_WAIT tcp 0 0 172.18.2.129:55218 172.18.2.135:9999 TIME_WAIT tcp 0 0 172.18.2.129:55224 172.18.2.135:9999 TIME_WAIT tcp 0 0 172.18.2.129:55216 172.18.2.135:9999 TIME_WAIT root@hostname-1:/opt/nifi/test/nifi-1.3.0/logs# netstat -an |grep 9998 tcp 0 0 0.0.0.0:9998 0.0.0.0:* LISTEN root@hostname-1:/opt/nifi/test/nifi-1.3.0/logs# netstat -an |grep 2181 tcp 0 0 172.18.2.129:56590 172.18.2.135:2181 ESTABLISHED root@hostname-1:/opt/nifi/test/nifi-1.3.0/logs# netstat -an |grep 2888 -- not listening root@hostname-1:/opt/nifi/test/nifi-1.3.0/logs# netstat -an |grep 3888 ---not listening root@hhostname-1:/opt/nifi/test/nifi-1.3.0/logs# netstat -an |grep 8080 tcp 0 0 127.0.1.1:8080 0.0.0.0:* LISTEN
There are no errors on checking the logs too. :/opt/nifi/test/nifi-1.3.0/logs# grep -i error nifi-app.log :/opt/nifi/test/nifi-1.3.0/logs# grep -i error nifi-bootstrap.log The controller The browser just displays :- The page cannot be displayed Tried accessing through curl too but the same issue. 2017-06-30 17:53:36,306 INFO [main] o.e.jetty.server.handler.ContextHandler Started o.e.j.w.WebAppContext@10ecdd85{/nifi-content-viewer,file:///opt/nifi/test /nifi-1.3.0/work/jetty/nifi-web-content-viewer-1.3.0.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-1.3.0.nar-unpacked/META-INF/bundled-depen dencies/nifi-web-content-viewer-1.3.0.war} 2017-06-30 17:53:36,308 INFO [main] o.e.jetty.server.handler.ContextHandler Started o.e.j.s.h.ContextHandler@605a10fd{/nifi-docs,null,AVAILABLE} 2017-06-30 17:53:36,335 INFO [main] o.e.j.a.AnnotationConfiguration Scanning elapsed time=16ms 2017-06-30 17:53:36,336 INFO [main] o.e.jetty.ContextHandler./nifi-docs No Spring WebApplicationInitializer types detected on classpath 2017-06-30 17:53:36,357 INFO [main] o.e.jetty.server.handler.ContextHandler Started o.e.j.w.WebAppContext@16acf986{/nifi-docs,file:///opt/nifi/test/nifi-1.3. 0/work/jetty/nifi-web-docs-1.3.0.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-1.3.0.nar-unpacked/META-INF/bundled-dependencies/nifi-web-doc s-1.3.0.war} 2017-06-30 17:53:36,382 INFO [main] o.e.j.a.AnnotationConfiguration Scanning elapsed time=15ms 2017-06-30 17:53:36,399 INFO [main] org.eclipse.jetty.ContextHandler./ No Spring WebApplicationInitializer types detected on classpath 2017-06-30 17:53:36,401 INFO [main] o.e.jetty.server.handler.ContextHandler Started o.e.j.w.WebAppContext@526ae1fc{/,file:///opt/nifi/test/nifi-1.3.0/work/je tty/nifi-web-error-1.3.0.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-1.3.0.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-1.3.0 .war} 2017-06-30 17:53:36,410 INFO [main] o.eclipse.jetty.server.AbstractConnector Started ServerConnector@3cf8926d{HTTP/1.1,[http/1.1]}{hdp-poc-02:8080} 2017-06-30 17:53:36,410 INFO [main] org.eclipse.jetty.server.Server Started @25446ms 2017-06-30 17:53:37,029 INFO [main] org.apache.nifi.web.server.JettyServer Loading Flow... 2017-06-30 17:53:37,041 INFO [main] org.apache.nifi.io.socket.SocketListener Now listening for connections from nodes on port 9999 2017-06-30 17:53:37,122 INFO [main] o.apache.nifi.controller.FlowController Successfully synchronized controller with proposed flow 2017-06-30 17:53:37,141 INFO [main] o.a.nifi.controller.StandardFlowService Connecting Node: hdp-poc-02:8080 2017-06-30 17:53:37,151 INFO [main] o.a.n.c.c.n.LeaderElectionNodeProtocolSender Determined that Cluster Coordinator is located at hdp-poc-01:9999; will use this address for sending heartbeat messages 2017-06-30 17:53:37,243 INFO [main] o.a.n.c.c.node.NodeClusterCoordinator Resetting cluster node statuses from {} to {hdp-poc-02:8080=NodeConnectionStatus[no deId=hdp-poc-02:8080, state=CONNECTING, updateId=60], hdp-poc-01:8080=NodeConnectionStatus[nodeId=hdp-poc-01:8080, state=DISCONNECTED, Disconnect Code=Has No t Yet Connected to Cluster, Disconnect Reason=Has Not Yet Connected to Cluster, updateId=1]} 2017-06-30 17:53:37,271 INFO [main] o.apache.nifi.controller.FlowController Successfully synchronized controller with proposed flow 2017-06-30 17:53:37,281 INFO [main] o.a.nifi.controller.StandardFlowService Setting Flow Controller's Node ID: hdp-poc-02:8080 2017-06-30 17:53:37,285 INFO [main] o.a.n.c.c.node.NodeClusterCoordinator This node is now connected to the cluster. Will no longer require election of DataF low. 2017-06-30 17:53:37,286 INFO [main] o.apache.nifi.controller.FlowController Cluster State changed from Not Clustered to Clustered 2017-06-30 17:53:37,288 INFO [main] o.a.n.c.l.e.CuratorLeaderElectionManager CuratorLeaderElectionManager[stopped=false] Registered new Leader Selector for r ole Primary Node; this node is an active participant in the election. 2017-06-30 17:53:37,289 INFO [main] o.a.n.c.l.e.CuratorLeaderElectionManager CuratorLeaderElectionManager[stopped=false] Registered new Leader Selector for r ole Cluster Coordinator; this node is an active participant in the election. 2017-06-30 17:53:37,329 WARN [Leader Election Notification Thread-1] org.apache.curator.utils.ZKPaths The version of ZooKeeper being used doesn't support Con tainer nodes. CreateMode.PERSISTENT will be used instead. 2017-06-30 17:53:37,337 INFO [Leader Election Notification Thread-1] o.a.n.c.l.e.CuratorLeaderElectionManager org.apache.nifi.controller.leader.election.Cura torLeaderElectionManager$ElectionListener@64151f8f This node has been elected Leader for Role 'Primary Node' 2017-06-30 17:53:37,348 INFO [Leader Election Notification Thread-1] o.apache.nifi.controller.FlowController This node has been elected Primary Node 2017-06-30 17:53:37,359 INFO [main] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@178cfe5e finished recovering records. Performin g Checkpoint to ensure proper state of Partitions before updates 2017-06-30 17:53:37,359 INFO [main] org.wali.MinimalLockingWriteAheadLog Successfully recovered 0 records in 69 milliseconds 2017-06-30 17:53:37,416 INFO [main] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@178cfe5e checkpointed with 0 Records and 0 Swap Files in 56 milliseconds (Stop-the-world time = 29 milliseconds, Clear Edit Logs time = 18 millis), max Transaction ID -1 2017-06-30 17:53:37,416 INFO [main] o.a.n.c.r.WriteAheadFlowFileRepository Successfully restored 0 FlowFiles 2017-06-30 17:53:37,433 INFO [main] o.apache.nifi.controller.FlowController Starting 0 processors/ports/funnels 2017-06-30 17:53:37,433 INFO [main] o.apache.nifi.controller.FlowController Started 0 Remote Group Ports transmitting 2017-06-30 17:53:37,462 INFO [main] org.apache.nifi.web.server.JettyServer Flow loaded successfully. 2017-06-30 17:53:37,462 INFO [main] org.apache.nifi.web.server.JettyServer NiFi has started. The UI is available at the following URLs: 2017-06-30 17:53:37,462 INFO [main] org.apache.nifi.web.server.JettyServer http://hdp-poc-02:8080/nifi 2017-06-30 17:53:37,464 INFO [main] org.apache.nifi.BootstrapListener Successfully initiated communication with Bootstrap 2017-06-30 17:53:37,465 INFO [main] org.apache.nifi.NiFi Controller initialization took 14279054394 nanoseconds. 2017-06-30 17:53:37,519 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater After receiving heartbeat response, updated status of hdp-poc-0 1:8080 to NodeConnectionStatus[nodeId=hdp-poc-01:8080, state=CONNECTING, updateId=62] 2017-06-30 17:53:37,519 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:53:37,486 and sent to hdp-po c-01:9999 at 2017-06-30 17:53:37,519; send took 32 millis 2017-06-30 17:53:40,387 INFO [Process Cluster Protocol Request-1] o.a.n.c.c.node.NodeClusterCoordinator Status of hdp-poc-02:8080 changed from NodeConnection Status[nodeId=hdp-poc-02:8080, state=CONNECTING, updateId=60] to NodeConnectionStatus[nodeId=hdp-poc-02:8080, state=CONNECTED, updateId=64] 2017-06-30 17:53:40,387 INFO [Process Cluster Protocol Request-2] o.a.n.c.c.node.NodeClusterCoordinator Status of hdp-poc-01:8080 changed from NodeConnection Status[nodeId=hdp-poc-01:8080, state=CONNECTING, updateId=62] to NodeConnectionStatus[nodeId=hdp-poc-01:8080, state=CONNECTED, updateId=65] 2017-06-30 17:53:40,396 INFO [Process Cluster Protocol Request-2] o.a.n.c.p.impl.SocketProtocolListener Finished processing request 5b5a8ce8-2ba9-4bcc-994f-2 f8b06dd2413 (type=NODE_STATUS_CHANGE, length=927 bytes) from hdp-poc-01 in 20 millis 2017-06-30 17:53:40,399 INFO [Process Cluster Protocol Request-1] o.a.n.c.p.impl.SocketProtocolListener Finished processing request b210a132-6001-4cc8-a7cb-6 15fc18bd104 (type=NODE_STATUS_CHANGE, length=927 bytes) from hdp-poc-01 in 26 millis 2017-06-30 17:53:42,526 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:53:42,520 and sent to hdp-po c-01:9999 at 2017-06-30 17:53:42,526; send took 5 millis 2017-06-30 17:53:47,533 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:53:47,527 and sent to hdp-po c-01:9999 at 2017-06-30 17:53:47,533; send took 5 millis 2017-06-30 17:53:53,372 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:53:52,534 and sent to hdp-po c-01:9999 at 2017-06-30 17:53:53,372; send took 837 millis 2017-06-30 17:53:58,379 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:53:58,373 and sent to hdp-po c-01:9999 at 2017-06-30 17:53:58,379; send took 6 millis 2017-06-30 17:54:03,386 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:03,380 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:03,386; send took 6 millis 2017-06-30 17:54:08,397 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:08,389 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:08,397; send took 7 millis 2017-06-30 17:54:13,409 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:13,400 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:13,409; send took 8 millis 2017-06-30 17:54:18,423 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:18,414 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:18,423; send took 8 millis 2017-06-30 17:54:23,430 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:23,424 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:23,430; send took 5 millis 2017-06-30 17:54:28,436 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:28,431 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:28,436; send took 5 millis 2017-06-30 17:54:33,443 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:33,438 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:33,443; send took 5 millis 2017-06-30 17:54:38,451 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:38,445 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:38,451; send took 5 millis 2017-06-30 17:54:43,460 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:43,454 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:43,460; send took 5 millis 2017-06-30 17:54:48,466 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:48,460 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:48,466; send took 5 millis 2017-06-30 17:54:53,473 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:53,466 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:53,473; send took 6 millis 2017-06-30 17:54:58,485 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:54:58,474 and sent to hdp-po c-01:9999 at 2017-06-30 17:54:58,485; send took 11 millis 2017-06-30 17:55:03,497 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:03,486 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:03,497; send took 11 millis 2017-06-30 17:55:08,503 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:08,497 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:08,503; send took 5 millis 2017-06-30 17:55:13,509 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:13,504 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:13,509; send took 5 millis 2017-06-30 17:55:18,515 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:18,510 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:18,515; send took 4 millis 2017-06-30 17:55:23,521 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:23,516 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:23,521; send took 5 millis 2017-06-30 17:55:28,532 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:28,522 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:28,532; send took 9 millis 2017-06-30 17:55:33,540 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:33,534 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:33,540; send took 5 millis 2017-06-30 17:55:35,108 INFO [Write-Ahead Local State Provider Maintenance] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@565b77b a checkpointed with 1 Records and 0 Swap Files in 7 milliseconds (Stop-the-world time = 1 milliseconds, Clear Edit Logs time = 0 millis), max Transaction ID 0 2017-06-30 17:55:37,417 INFO [pool-12-thread-1] o.a.n.c.r.WriteAheadFlowFileRepository Initiating checkpoint of FlowFile Repository 2017-06-30 17:55:37,481 INFO [pool-12-thread-1] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@178cfe5e checkpointed with 0 Record s and 0 Swap Files in 64 milliseconds (Stop-the-world time = 23 milliseconds, Clear Edit Logs time = 26 millis), max Transaction ID -1 2017-06-30 17:55:37,482 INFO [pool-12-thread-1] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 64 mil liseconds 2017-06-30 17:55:38,547 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:38,541 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:38,547; send took 5 millis 2017-06-30 17:55:43,555 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:43,547 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:43,555; send took 7 millis 2017-06-30 17:55:48,560 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:48,555 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:48,560; send took 5 millis 2017-06-30 17:55:53,568 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:53,561 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:53,568; send took 6 millis 2017-06-30 17:55:58,574 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:55:58,569 and sent to hdp-po c-01:9999 at 2017-06-30 17:55:58,574; send took 5 millis 2017-06-30 17:56:03,580 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:03,575 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:03,580; send took 4 millis 2017-06-30 17:56:08,585 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:08,580 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:08,585; send took 4 millis 2017-06-30 17:56:13,591 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:13,586 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:13,591; send took 5 millis 2017-06-30 17:56:18,597 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:18,592 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:18,597; send took 5 millis 2017-06-30 17:56:23,603 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:23,598 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:23,603; send took 4 millis 2017-06-30 17:56:28,608 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:28,603 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:28,608; send took 4 millis 2017-06-30 17:56:33,614 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:33,610 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:33,614; send took 4 millis 2017-06-30 17:56:38,621 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:38,615 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:38,621; send took 6 millis 2017-06-30 17:56:43,626 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:43,622 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:43,626; send took 4 millis 2017-06-30 17:56:48,632 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:48,627 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:48,632; send took 4 millis 2017-06-30 17:56:53,637 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:53,632 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:53,637; send took 4 millis 2017-06-30 17:56:58,642 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:56:58,638 and sent to hdp-po c-01:9999 at 2017-06-30 17:56:58,642; send took 4 millis 2017-06-30 17:57:03,648 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:03,643 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:03,648; send took 4 millis 2017-06-30 17:57:08,655 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:08,650 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:08,655; send took 4 millis 2017-06-30 17:57:13,660 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:13,656 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:13,660; send took 4 millis 2017-06-30 17:57:18,670 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:18,662 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:18,670; send took 8 millis 2017-06-30 17:57:23,676 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:23,672 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:23,676; send took 4 millis 2017-06-30 17:57:28,683 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:28,678 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:28,683; send took 4 millis 2017-06-30 17:57:33,688 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:33,683 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:33,688; send took 5 millis 2017-06-30 17:57:35,116 INFO [Write-Ahead Local State Provider Maintenance] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@565b77b a checkpointed with 1 Records and 0 Swap Files in 7 milliseconds (Stop-the-world time = 3 milliseconds, Clear Edit Logs time = 0 millis), max Transaction ID 0 2017-06-30 17:57:37,482 INFO [pool-12-thread-1] o.a.n.c.r.WriteAheadFlowFileRepository Initiating checkpoint of FlowFile Repository 2017-06-30 17:57:37,539 INFO [pool-12-thread-1] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@178cfe5e checkpointed with 0 Record s and 0 Swap Files in 57 milliseconds (Stop-the-world time = 22 milliseconds, Clear Edit Logs time = 13 millis), max Transaction ID -1 2017-06-30 17:57:37,539 INFO [pool-12-thread-1] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 57 mil liseconds 2017-06-30 17:57:38,694 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:38,689 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:38,694; send took 4 millis 2017-06-30 17:57:43,705 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:43,695 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:43,705; send took 9 millis 2017-06-30 17:57:48,710 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:48,705 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:48,710; send took 5 millis 2017-06-30 17:57:53,716 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:53,711 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:53,716; send took 5 millis 2017-06-30 17:57:58,721 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:57:58,717 and sent to hdp-po c-01:9999 at 2017-06-30 17:57:58,721; send took 3 millis 2017-06-30 17:58:03,726 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:03,722 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:03,726; send took 4 millis 2017-06-30 17:58:08,731 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:08,727 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:08,731; send took 4 millis 2017-06-30 17:58:13,736 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:13,732 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:13,736; send took 3 millis 2017-06-30 17:58:18,741 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:18,736 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:18,741; send took 4 millis 2017-06-30 17:58:23,745 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:23,741 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:23,745; send took 3 millis 2017-06-30 17:58:28,751 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:28,746 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:28,751; send took 4 millis 2017-06-30 17:58:33,756 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:33,751 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:33,756; send took 4 millis 2017-06-30 17:58:38,762 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:38,756 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:38,762; send took 5 millis 2017-06-30 17:58:43,768 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:43,763 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:43,768; send took 4 millis 2017-06-30 17:58:48,773 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:48,768 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:48,773; send took 4 millis 2017-06-30 17:58:53,778 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:53,773 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:53,778; send took 4 millis 2017-06-30 17:58:58,783 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:58:58,779 and sent to hdp-po c-01:9999 at 2017-06-30 17:58:58,783; send took 4 millis 2017-06-30 17:59:03,787 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:03,783 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:03,787; send took 4 millis 2017-06-30 17:59:08,792 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:08,788 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:08,792; send took 3 millis 2017-06-30 17:59:13,797 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:13,793 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:13,797; send took 4 millis 2017-06-30 17:59:18,802 INFO [Clustering Tasks Thread-3] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:18,798 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:18,802; send took 3 millis 2017-06-30 17:59:23,806 INFO [Clustering Tasks Thread-1] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:23,802 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:23,806; send took 3 millis 2017-06-30 17:59:28,815 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:28,807 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:28,815; send took 7 millis 2017-06-30 17:59:33,823 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:33,815 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:33,823; send took 7 millis 2017-06-30 17:59:35,120 INFO [Write-Ahead Local State Provider Maintenance] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@565b77b a checkpointed with 1 Records and 0 Swap Files in 4 milliseconds (Stop-the-world time = 1 milliseconds, Clear Edit Logs time = 0 millis), max Transaction ID 0 2017-06-30 17:59:37,539 INFO [pool-12-thread-1] o.a.n.c.r.WriteAheadFlowFileRepository Initiating checkpoint of FlowFile Repository 2017-06-30 17:59:37,589 INFO [pool-12-thread-1] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@178cfe5e checkpointed with 0 Record s and 0 Swap Files in 49 milliseconds (Stop-the-world time = 23 milliseconds, Clear Edit Logs time = 14 millis), max Transaction ID -1 2017-06-30 17:59:37,589 INFO [pool-12-thread-1] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 49 mil liseconds 2017-06-30 17:59:38,829 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:38,824 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:38,829; send took 4 millis 2017-06-30 17:59:43,835 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:43,830 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:43,835; send took 5 millis 2017-06-30 17:59:48,839 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:48,835 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:48,839; send took 3 millis 2017-06-30 17:59:53,846 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:53,840 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:53,846; send took 5 millis 2017-06-30 17:59:58,852 INFO [Clustering Tasks Thread-2] o.a.n.c.c.ClusterProtocolHeartbeater Heartbeat created at 2017-06-30 17:59:58,847 and sent to hdp-po c-01:9999 at 2017-06-30 17:59:58,852; send took 4 millis -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Not-able-to-start-nifi-nodes-when-clustered-tp16289p16316.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.