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

    https://github.com/apache/nifi/pull/977#discussion_r77645497
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java
 ---
    @@ -584,6 +582,11 @@ public void run() {
             if (configuredForClustering) {
                 heartbeater = new ClusterProtocolHeartbeater(protocolSender, 
clusterCoordinator, leaderElectionManager);
     
    +            // TODO: This is no longer needed, because we now will vote on 
the flows instead of just using the Cluster Coordinator's!
    --- End diff --
    
    Is this something that we can/should remove now?


---
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