summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-10-06 14:19:54 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-10-06 14:19:54 +0000
commit952c124b139ddb9edc46dd470d0a0aae788a2c16 (patch)
tree208763c607542ebe8c1513e83e35a78213b0dbcb /flags
parent87c26111db1a8071ad58a0d78fc455a3e765a3fa (diff)
Remove num-distributor-stripes feature flag.
The use if this flag in the config model was removed in 7.470.11. All cloud applications are at least on that version or newer.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java7
1 files changed, 0 insertions, 7 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 74d187368bc..d576bb335ab 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -176,13 +176,6 @@ public class Flags {
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundIntFlag NUM_DISTRIBUTOR_STRIPES = defineIntFlag(
- "num-distributor-stripes", 0,
- List.of("geirst", "vekterli"), "2021-04-20", "2021-11-01",
- "Specifies the number of stripes used by the distributor. When 0, legacy single stripe behavior is used.",
- "Takes effect after distributor restart",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundIntFlag MAX_CONCURRENT_MERGES_PER_NODE = defineIntFlag(
"max-concurrent-merges-per-node", 128,
List.of("balder", "vekterli"), "2021-06-06", "2021-11-01",