summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-09-22 13:11:42 +0200
committerHarald Musum <musum@yahooinc.com>2022-09-22 13:11:42 +0200
commit9e2bc23337cc410e04217bbfdab87cb0f892ec08 (patch)
tree253ec345801edc550b173f2f6a189813c9e0db24 /flags
parent1957bf2e63c2ad903bd1f6ccbde48de1141dca11 (diff)
Set deature flag and config value for cluster-controller-state-gather-count to 1
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java2
1 files changed, 1 insertions, 1 deletions
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 68f5bd485b0..d23e3f01e04 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -502,7 +502,7 @@ public class Flags {
ZONE_ID, APPLICATION_ID);
public static final UnboundIntFlag CLUSTER_CONTROLLER_STATE_GATHER_COUNT = defineIntFlag(
- "cluster-controller-state-gather-count", 2,
+ "cluster-controller-state-gather-count", 1,
List.of("hmusum"), "2022-09-05", "2022-11-01",
"Count of how many cluster controllers should gather node state (range: [1, # of cluster controllers])",
"Takes effect at redeployment",