Skip to content

Commit d9c5a19

Browse files
authored
NIFI-13681 Aligned Cluster Docker Environment Variables with Properties (#9199)
Signed-off-by: David Handermann <[email protected]>
1 parent 6b6e8d6 commit d9c5a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nifi-docker/dockerhub/sh/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ prop_replace 'nifi.cluster.flow.election.max.candidates' "${NIFI_ELECTION_MAX
7171
prop_replace 'nifi.web.proxy.context.path' "${NIFI_WEB_PROXY_CONTEXT_PATH:-}"
7272

7373
# Set leader election and state management properties
74-
prop_replace 'nifi.cluster.leader.election.implementation' "${NIFI_LEADER_ELECTION_IMPLEMENTATION:-CuratorLeaderElectionManager}"
75-
prop_replace 'nifi.state.management.provider.cluster' "${NIFI_STATE_MANAGEMENT_CLUSTER_PROVIDER:-zk-provider}"
74+
prop_replace 'nifi.cluster.leader.election.implementation' "${NIFI_CLUSTER_LEADER_ELECTION_IMPLEMENTATION:-CuratorLeaderElectionManager}"
75+
prop_replace 'nifi.state.management.provider.cluster' "${NIFI_STATE_MANAGEMENT_PROVIDER_CLUSTER:-zk-provider}"
7676

7777
# Set analytics properties
7878
prop_replace 'nifi.analytics.predict.enabled' "${NIFI_ANALYTICS_PREDICT_ENABLED:-false}"

0 commit comments

Comments
 (0)