Opher Shachar created NIFI-7839:
-----------------------------------
Summary: In update_cluster_state_management.sh default for "Root
Node" different than in start.sh
Key: NIFI-7839
URL: https://issues.apache.org/jira/browse/NIFI-7839
Project: Apache NiFi
Issue Type: Improvement
Components: Docker
Affects Versions: 1.11.4
Reporter: Opher Shachar
NIFI-5195 added Clustering support for the Docker image.
There was an oversight whereby {{start.sh}} will use a default for Zookeeper
Root Node:
{code:sh|title=start.sh}
prop_replace 'nifi.zookeeper.root.node' "${NIFI_ZK_ROOT_NODE:-/nifi}"
{code}
But {{update_cluster_state_management.sh}} does not:
{code:sh|title=update_cluster_state_management.sh}
edit_property "Root Node" "${NIFI_ZK_ROOT_NODE}"
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)