aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-02 22:37:34 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-02 22:37:34 +0200
commit44a63cee44aed45644478340e1ae3fd7d38b1985 (patch)
tree8ae58cbfab3cb9be911c91750952cb52e1a706ff /flags
parent75a99ece1586b632ca189597c52ad466012d35cc (diff)
GC enable-conditional-put-remove-write-repair
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java9
1 files changed, 0 insertions, 9 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 c604bb2a6c9..f677f9d2bda 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -355,15 +355,6 @@ public class Flags {
"Where specified, CNAME records are used instead of the default ALIAS records, which have a default 60s TTL.",
"Takes effect at redeployment from controller");
- public static final UnboundBooleanFlag ENABLE_CONDITIONAL_PUT_REMOVE_WRITE_REPAIR = defineFeatureFlag(
- "enable-conditional-put-remove-write-repair", true,
- List.of("vekterli", "havardpe"), "2023-05-10", "2023-09-01",
- "If set, a conditional Put or Remove operation for a document in an inconsistent bucket " +
- "will initiate a write-repair that evaluates the condition across all mutually inconsistent " +
- "replicas, with the newest document version (if any) being authoritative",
- "Takes effect at redeployment",
- APPLICATION_ID);
-
public static final UnboundBooleanFlag ENABLE_DATAPLANE_PROXY = defineFeatureFlag(
"enable-dataplane-proxy", false,
List.of("mortent", "olaa"), "2023-05-15", "2023-09-01",