[
https://issues.apache.org/jira/browse/NIFI-9010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-9010.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> 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 binds 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 node.domain.net:6342 0.0.0.0:* LISTEN
--
This message was sent by Atlassian Jira
(v8.20.10#820010)