This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new d9c5a19255 NIFI-13681 Aligned Cluster Docker Environment Variables
with Properties (#9199)
d9c5a19255 is described below
commit d9c5a19255ef4c55ad93fab666e214953383e34e
Author: Malthe Borch <[email protected]>
AuthorDate: Tue Aug 27 18:21:17 2024 +0200
NIFI-13681 Aligned Cluster Docker Environment Variables with Properties
(#9199)
Signed-off-by: David Handermann <[email protected]>
---
nifi-docker/dockerhub/sh/start.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-docker/dockerhub/sh/start.sh
b/nifi-docker/dockerhub/sh/start.sh
index 8a9b35e313..c439459cdf 100755
--- a/nifi-docker/dockerhub/sh/start.sh
+++ b/nifi-docker/dockerhub/sh/start.sh
@@ -71,8 +71,8 @@ prop_replace 'nifi.cluster.flow.election.max.candidates'
"${NIFI_ELECTION_MAX
prop_replace 'nifi.web.proxy.context.path'
"${NIFI_WEB_PROXY_CONTEXT_PATH:-}"
# Set leader election and state management properties
-prop_replace 'nifi.cluster.leader.election.implementation'
"${NIFI_LEADER_ELECTION_IMPLEMENTATION:-CuratorLeaderElectionManager}"
-prop_replace 'nifi.state.management.provider.cluster'
"${NIFI_STATE_MANAGEMENT_CLUSTER_PROVIDER:-zk-provider}"
+prop_replace 'nifi.cluster.leader.election.implementation'
"${NIFI_CLUSTER_LEADER_ELECTION_IMPLEMENTATION:-CuratorLeaderElectionManager}"
+prop_replace 'nifi.state.management.provider.cluster'
"${NIFI_STATE_MANAGEMENT_PROVIDER_CLUSTER:-zk-provider}"
# Set analytics properties
prop_replace 'nifi.analytics.predict.enabled'
"${NIFI_ANALYTICS_PREDICT_ENABLED:-false}"