From d1b1f203739459ad09620b79290c8366b5fd0570 Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Wed, 20 Nov 2024 14:32:54 +0100 Subject: [PATCH] Enable distribution config from cluster controller by default --- flags/src/main/java/com/yahoo/vespa/flags/Flags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java index 400ebf0a69f..dc753af3b59 100644 --- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java +++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java @@ -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 " +