[
https://issues.apache.org/jira/browse/NIFI-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361418#comment-17361418
]
Jens M Kofoed edited comment on NIFI-8643 at 6/11/21, 6:12 AM:
---------------------------------------------------------------
Adding this line in the nifi.properties gets it to work (partly)
nifi.cluster.load.balance.address=0.0.0.0
now the load.balance.port bind to 0.0.0.0
Now I can load balance between node 1 & 3. But I still gets a connection refuse
to node2
Firewall is disabled and netstat shows that 6342 is bind to 0.0.0.0
There are a mismatch between nifi.properties and the java file handling the
propertiesnifi.properties:
nifi.cluster.load.balance.hostnifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java:
nifi.cluster.load.balance.address
kind regards
Jens
was (Author: jmkofoed):
Adding this line in the nifi.properties gets it to
work:nifi.cluster.load.balance.address=0.0.0.0
There are a mismatch between nifi.properties and the java file handling the
propertiesnifi.properties:
nifi.cluster.load.balance.hostnifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java:
nifi.cluster.load.balance.address
kind regards
Jens
> Nifi 1.13.2 Cluster Load balancer Does not Work Properly
> ---------------------------------------------------------
>
> Key: NIFI-8643
> URL: https://issues.apache.org/jira/browse/NIFI-8643
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.13.2
> Environment: 3 node nifi cluster, installed in GCP Centos7 VM
> Reporter: Kristian Mojeno
> Priority: Major
> Fix For: 1.12.1
>
>
> I have upgraded from nifi version 1.12.1 to 1.13.2. After the upgrade, the
> cluster load balancer does not work properly and then flowfiles get stuck on
> queue. Then the weird thing is that I can't see any error on logs.
> I've tried to downgrade java from 11 down to version 8 but still same issue
> exist.
> My nifi cluster has three nodes deployed on a GCP VM.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)