aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2020-02-23 13:42:02 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2020-02-23 13:42:02 +0100
commitc1955d5040b0c12efb58e3e81814a33a2e120396 (patch)
treecf528fe7ec18fbf4e43ed38ff115a8690cb6aa3e /flags
parenta2d1edf6a50faf4ec222105830acc9bd0bd67de5 (diff)
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 fc54c61fca8..bd7eb216ce2 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, " +