You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Opher Shachar (Jira)" <ji...@apache.org> on 2020/09/23 19:37:00 UTC

[jira] [Resolved] (NIFI-7839) In update_cluster_state_management.sh default for "Root Node" different than in start.sh

     [ https://issues.apache.org/jira/browse/NIFI-7839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Opher Shachar resolved NIFI-7839.
---------------------------------
    Resolution: Invalid

> 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
>            Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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)