[
https://issues.apache.org/jira/browse/NIFI-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361412#comment-17361412
]
Jens M Kofoed commented on NIFI-8643:
-------------------------------------
I don't know if this is a bug, but in the nifi.properties the parameter is
called: nifi.cluster.load.balance.host
and in the
main/nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java
it is called: public static final String LOAD_BALANCE_ADDRESS =
"nifi.cluster.load.balance.address";
So it looks like there are a mismatch here host vs. address
> 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)