[
https://issues.apache.org/jira/browse/NIFI-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224870#comment-15224870
]
ASF GitHub Bot commented on NIFI-1678:
--------------------------------------
GitHub user markap14 opened a pull request:
https://github.com/apache/nifi/pull/323
NIFI-1678
Push heartbeats to ZooKeeper instead of NCM
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/markap14/nifi NIFI-1678
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/323.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #323
----
commit 552908ac27dc7b52fdd1deb473be93cf26b476e2
Author: Mark Payne <[email protected]>
Date: 2016-03-24T15:49:08Z
NIFI-1678: Started refactoring heartbeating mechanism, using a new package:
org.apache.nifi.cluster.coordination
commit 88efe08bb853a2c76946f54349f310c280d309ad
Author: Mark Payne <[email protected]>
Date: 2016-04-01T18:01:37Z
NIFI-1678: Added configuration options for ZooKeeper username & password
for heartbeat management. Also addressed issue where nodes that were previously
disconnected were asked to disconnect upon restart
----
> Nodes in cluster should use ZooKeeper to store heartbeat messages instead of
> sending to NCM
> -------------------------------------------------------------------------------------------
>
> Key: NIFI-1678
> URL: https://issues.apache.org/jira/browse/NIFI-1678
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 1.0.0
>
>
> Currently, nodes send heartbeats to the NCM periodically in order to indicate
> that they are actively participating in the cluster. As we move away from
> using an NCM, we need these heartbeats to go somewhere else. ZooKeeper is a
> reasonable location to push the heartbeats to, as it provides the HA that we
> need
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)