Skip to content

Commit

Permalink
Enable distribution config from cluster controller by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vekterli committed Nov 20, 2024
1 parent a7fbab0 commit d1b1f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public class Flags {
"Takes effect immediately");

public static final UnboundBooleanFlag DISTRIBUTION_CONFIG_FROM_CLUSTER_CONTROLLER = defineFeatureFlag(
"distribution-config-from-cluster-controller", false,
"distribution-config-from-cluster-controller", true,
List.of("vekterli"), "2024-07-01", "2024-12-01",
"Iff true, the cluster controller will be the authoritative source of distribution " +
"config changes in a content cluster, and distribution changes will be part of explicitly " +
Expand Down

0 comments on commit d1b1f20

Please sign in to comment.