[
https://issues.apache.org/jira/browse/NIFI-9010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393614#comment-17393614
]
Jens M Kofoed commented on NIFI-9010:
-------------------------------------
HiĀ [~jgresock]
Thanks for fixing the bug in https://issues.apache.org/jira/browse/NIFI-8643
But it seems where still is a bug somewhere.
> nifi.cluster.load.balance.host binds to localhost if specified with hostname
> ----------------------------------------------------------------------------
>
> Key: NIFI-9010
> URL: https://issues.apache.org/jira/browse/NIFI-9010
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.14.0
> Reporter: Jens M Kofoed
> Priority: Major
>
> If I use the hostname (as the documentation says) for this property the load
> balance port bind to localhost and the cluster can't load balancing.
> If I use the IP address it bind to the IP address and it works.
> nifi.cluster.load.balance.host=node.domain.net ->
> result from netstat -l
> tcp 0 0 localhost:6342 0.0.0.0:* LISTEN
> nifi.cluster.load.balance.host=192.168.1.1 ->
> result from netstat -l
> tcp 0 0 192.168.10.1:6342 0.0.0.0:* LISTEN
--
This message was sent by Atlassian Jira
(v8.3.4#803005)