[
https://issues.apache.org/jira/browse/NIFI-7022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016192#comment-17016192
]
Shawn Weeks commented on NIFI-7022:
-----------------------------------
Tracked it down furthur. It only does it if you have multiple servers in your
zookeeper.properties. For example add a second one like this to the end. You
don't even have to have multiple nifi instances.
{code:java}
server.2=nifi-node2-hostname:2888:3888;2181
{code}
> Zookeeper 3.5 Starts Admin Server on Port 8080
> ----------------------------------------------
>
> Key: NIFI-7022
> URL: https://issues.apache.org/jira/browse/NIFI-7022
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Shawn Weeks
> Priority: Major
>
> The new version of Zookeeper automatically starts an admin server on port
> 8080 causing NiFi Cluster not to start if you use the defaults.
> See https://zookeeper.apache.org/doc/r3.5.1-alpha/zookeeperAdmin.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)