summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2020-02-23 14:24:38 +0100
committerGitHub <noreply@github.com>2020-02-23 14:24:38 +0100
commit76d23110db92088997479720f5eade4bbbd63bbc (patch)
treec6d3bbe1b2c753065f8116e35bd4e5b100f6995f /flags
parent5c105fa6ffe3ed27c633e48f17206d2b31307936 (diff)
parentc1955d5040b0c12efb58e3e81814a33a2e120396 (diff)
Merge pull request #12310 from vespa-engine/hakonhall/remove-large-orchestrator-locks-flag
Remove large-orchestrator-locks flag
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java8
1 files changed, 0 insertions, 8 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 32a235f2989..bb4e281a85f 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -126,14 +126,6 @@ public class Flags {
"scheduled evenly distributed in the 1x-2x range (and naturally guaranteed at the 2x boundary).",
"Takes effect on next run of NodeRebooter");
- public static final UnboundBooleanFlag ENABLE_LARGE_ORCHESTRATOR_LOCKS = defineFeatureFlag(
- "enable-large-orchestrator-locks", true,
- "If enabled, the orchestrator will accumulate application locks during probe in batch suspension, " +
- "and release them in reverse order only after the non-probe is complete. Can be set depending on " +
- "parent hostname.",
- "Takes immediate effect for new batch suspensions.",
- HOSTNAME);
-
public static final UnboundBooleanFlag RETIRE_WITH_PERMANENTLY_DOWN = defineFeatureFlag(
"retire-with-permanently-down", false,
"If enabled, retirement will end with setting the host status to PERMANENTLY_DOWN, " +