aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-10-06 16:22:34 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-10-06 16:22:34 +0200
commite31038dba94fb2e7edf5136b77b538c1a5bee687 (patch)
treec01f1224f40732e94f26698a68841abaffbbfa29 /flags
parente9d2e1c3c174bb733f4420bd5f0f72311111e092 (diff)
GC remaining persistence throttling tuning flags.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java33
1 files changed, 0 insertions, 33 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 28f91d1e53f..24e9ea5ef7c 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -276,7 +276,6 @@ public class Flags {
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
-
public static final UnboundIntFlag MAX_COMPACT_BUFFERS = defineIntFlag(
"max-compact-buffers", 1,
List.of("baldersheim", "geirst", "toregge"), "2021-12-15", "2023-01-01",
@@ -284,38 +283,6 @@ public class Flags {
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundDoubleFlag PERSISTENCE_THROTTLING_WS_DECREMENT_FACTOR = defineDoubleFlag(
- "persistence-throttling-ws-decrement-factor", 1.2,
- List.of("vekterli"), "2022-01-27", "2022-12-01",
- "Sets the dynamic throttle policy window size decrement factor for persistence " +
- "async throttling. Only applies if DYNAMIC policy is used.",
- "Takes effect on redeployment",
- ZONE_ID, APPLICATION_ID);
-
- public static final UnboundDoubleFlag PERSISTENCE_THROTTLING_WS_BACKOFF = defineDoubleFlag(
- "persistence-throttling-ws-backoff", 0.95,
- List.of("vekterli"), "2022-01-27", "2022-12-01",
- "Sets the dynamic throttle policy window size backoff for persistence " +
- "async throttling. Only applies if DYNAMIC policy is used. Valid range [0, 1]",
- "Takes effect on redeployment",
- ZONE_ID, APPLICATION_ID);
-
- public static final UnboundIntFlag PERSISTENCE_THROTTLING_WINDOW_SIZE = defineIntFlag(
- "persistence-throttling-window-size", -1,
- List.of("vekterli"), "2022-02-23", "2022-11-01",
- "If greater than zero, sets both min and max window size to the given number, effectively " +
- "turning dynamic throttling into a static throttling policy. " +
- "Only applies if DYNAMIC policy is used.",
- "Takes effect on redeployment",
- ZONE_ID, APPLICATION_ID);
-
- public static final UnboundDoubleFlag PERSISTENCE_THROTTLING_WS_RESIZE_RATE = defineDoubleFlag(
- "persistence-throttling-ws-resize-rate", 3.0,
- List.of("vekterli"), "2022-02-23", "2022-11-01",
- "Sets the dynamic throttle policy resize rate. Only applies if DYNAMIC policy is used.",
- "Takes effect on redeployment",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundBooleanFlag USE_QRSERVER_SERVICE_NAME = defineFeatureFlag(
"use-qrserver-service-name", false,
List.of("arnej"), "2022-01-18", "2022-12-31",