aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-19 00:30:10 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-12-21 08:41:23 +0100
commit02a50494cb8c0be8b3c77140a0c76db46184fe55 (patch)
treeafbd458f207e3512edc1cfb0951406ba48227628 /flags
parent5672549b814fbf1ba6d3d33bc5a1e5870e86241b (diff)
GC complete feature flags.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java23
1 files changed, 1 insertions, 22 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 a32ed75d67b..79b3fb00d71 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -334,32 +334,11 @@ public class Flags {
public static final UnboundBooleanFlag ALWAYS_MARK_PHRASE_EXPENSIVE = defineFeatureFlag(
"always-mark-phrase-expensive", false,
- List.of("baldersheim"), "2023-11-20", "2023-12-31",
+ List.of("baldersheim"), "2023-11-20", "2024-02-29",
"If true all phrases will be marked expensive, independent of parents",
"Takes effect at redeployment",
INSTANCE_ID);
- public static final UnboundBooleanFlag CREATE_POSTINGLIST_WHEN_NON_STRICT = defineFeatureFlag(
- "create-postinglist-when-non-strict", true,
- List.of("baldersheim"), "2023-12-04", "2024-01-31",
- "If true posting list can be created on the fly also for non-strict iterators",
- "Takes effect at redeployment",
- INSTANCE_ID);
-
- public static final UnboundBooleanFlag USE_ESTIMATE_FOR_FETCH_POSTINGS = defineFeatureFlag(
- "use-estimate-for-fetch-postings", true,
- List.of("baldersheim"), "2023-12-06", "2024-01-31",
- "If true an estimate assuming uncorrelated query terms is used in Blueprint::fetchPostings",
- "Takes effect at redeployment",
- INSTANCE_ID);
-
- public static final UnboundBooleanFlag USE_THREAD_BUNDLE_FOR_FETCH_POSTINGS = defineFeatureFlag(
- "use-thread-bundle-for-fetch-postings", true,
- List.of("baldersheim"), "2023-12-06", "2024-01-31",
- "If true the query thread bundle is used for Blueprint::fetchPostings",
- "Takes effect at redeployment",
- INSTANCE_ID);
-
public static final UnboundBooleanFlag WRITE_CONFIG_SERVER_SESSION_DATA_AS_ONE_BLOB = defineFeatureFlag(
"write-config-server-session-data-as-blob", false,
List.of("hmusum"), "2023-07-19", "2024-02-01",