[
https://issues.apache.org/jira/browse/NIFI-5655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-5655.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> Heartbeat monitor keeps restarting zookeeper connection thread after node
> disconnect
> ------------------------------------------------------------------------------------
>
> Key: NIFI-5655
> URL: https://issues.apache.org/jira/browse/NIFI-5655
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.7.1
> Reporter: Jeff Storck
> Priority: Major
>
> After disconnecting a node from the cluster, the disconnected node's
> Heartbeat Monitor thread will continue to allow the Curator's
> ConnectionStateManager to repeatedly update ZK. An excerpt from the logs when
> this occurs:
> {code:java}
> 2018-09-26 15:17:20,181 INFO [Heartbeat Monitor Thread-1]
> o.a.c.f.imps.CuratorFrameworkImpl Starting
> 2018-09-26 15:17:20,184 INFO [Heartbeat Monitor Thread-1-EventThread]
> o.a.c.f.state.ConnectionStateManager State change: CONNECTED
> 2018-09-26 15:17:20,186 INFO [Curator-Framework-0]
> o.a.c.f.imps.CuratorFrameworkImpl backgroundOperationsLoop exiting
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)