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

    https://github.com/apache/nifi/pull/563#discussion_r72325932
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/heartbeat/ClusterProtocolHeartbeatMonitor.java
 ---
    @@ -91,7 +92,7 @@ public ClusterProtocolHeartbeatMonitor(final 
ClusterCoordinator clusterCoordinat
             this.clusterNodesPath = 
zkClientConfig.resolvePath("cluster/nodes");
     
             String hostname = 
properties.getProperty(NiFiProperties.CLUSTER_NODE_ADDRESS);
    -        if (hostname == null) {
    +        if (StringUtils.isEmpty(hostname)) {
    --- End diff --
    
    This change will conflict with @markap14 change in this PR: 
https://github.com/apache/nifi/pull/688/files


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