Github user joewitt commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/771#discussion_r73170934
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/heartbeat/AbstractHeartbeatMonitor.java
 ---
    @@ -203,16 +203,24 @@ private void processHeartbeat(final NodeHeartbeat 
heartbeat) {
                 final DisconnectionCode disconnectionCode = 
connectionStatus.getDisconnectCode();
     
                 // Determine whether or not the node should be allowed to be 
in the cluster still, depending on its reason for disconnection.
    -            if (disconnectionCode == DisconnectionCode.LACK_OF_HEARTBEAT 
|| disconnectionCode == DisconnectionCode.UNABLE_TO_COMMUNICATE) {
    --- End diff --
    
    was this heartbeat stuff supposed to be in this PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to