aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-01-17 13:46:08 +0000
committerGeir Storli <geirst@yahooinc.com>2022-01-17 13:50:53 +0000
commitc5bbaa70a27554eec7db349e40bdca19c8313759 (patch)
tree9784ec1a44e9f45b983a191ac4343c0416e3876e /flags
parente210c0f8ab9c2739dd545964b21a25ac7c1cbc8f (diff)
Remove merge performance flags that are no longer needed.
The functions in ModelContext.java can be removed when applications are on 7.528.3.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java30
1 files changed, 0 insertions, 30 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 c94bfec948e..b15fdf7e338 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -208,14 +208,6 @@ public class Flags {
"Takes effect at redeploy",
ZONE_ID, APPLICATION_ID);
- public static final UnboundBooleanFlag IGNORE_MERGE_QUEUE_LIMIT = defineFeatureFlag(
- "ignore-merge-queue-limit", true,
- List.of("vekterli", "geirst"), "2021-10-06", "2022-03-01",
- "Specifies if merges that are forwarded (chained) from another content node are always " +
- "allowed to be enqueued even if the queue is otherwise full.",
- "Takes effect at redeploy",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundDoubleFlag MIN_NODE_RATIO_PER_GROUP = defineDoubleFlag(
"min-node-ratio-per-group", 0.0,
List.of("geirst", "vekterli"), "2021-07-16", "2022-03-01",
@@ -277,28 +269,6 @@ public class Flags {
TENANT_ID
);
- public static final UnboundIntFlag DISTRIBUTOR_MERGE_BUSY_WAIT = defineIntFlag(
- "distributor-merge-busy-wait", 1,
- List.of("geirst", "vekterli"), "2021-10-04", "2022-03-01",
- "Number of seconds that scheduling of new merge operations in the distributor should be inhibited " +
- "towards a content node that has indicated merge busy",
- "Takes effect at redeploy",
- ZONE_ID, APPLICATION_ID);
-
- public static final UnboundBooleanFlag DISTRIBUTOR_ENHANCED_MAINTENANCE_SCHEDULING = defineFeatureFlag(
- "distributor-enhanced-maintenance-scheduling", true,
- List.of("vekterli", "geirst"), "2021-10-14", "2022-01-31",
- "Enable enhanced maintenance operation scheduling semantics on the distributor",
- "Takes effect at redeploy",
- ZONE_ID, APPLICATION_ID);
-
- public static final UnboundBooleanFlag ASYNC_APPLY_BUCKET_DIFF = defineFeatureFlag(
- "async-apply-bucket-diff", true,
- List.of("geirst", "vekterli"), "2021-10-22", "2022-01-31",
- "Whether portions of apply bucket diff handling will be performed asynchronously",
- "Takes effect at redeploy",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundBooleanFlag UNORDERED_MERGE_CHAINING = defineFeatureFlag(
"unordered-merge-chaining", true,
List.of("vekterli", "geirst"), "2021-11-15", "2022-03-01",