Skip to content

Commit

Permalink
Merge pull request #32902 from vespa-engine/vekterli/flip-cc-distr-co…
Browse files Browse the repository at this point in the history
…nfig-flag-default

Enable distribution config from cluster controller by default
  • Loading branch information
vekterli authored Nov 20, 2024
2 parents e15be81 + d1b1f20 commit d043d7a
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 d043d7a

Please sign in to comment.