summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-02 21:38:00 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-02 21:38:00 +0200
commitcaa1c0c21e56c815cff4774fa562ac1ed1bead20 (patch)
tree0a693f0f574d1a80a4f9edb662a7530997657863 /flags
parent6586cd5a65d9067bd6a9d83dd0da8c9f226b8b5a (diff)
GC flags last seen on vespa 7
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java35
1 files changed, 0 insertions, 35 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 6b1f60b5019..1afc50a6058 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -105,27 +105,6 @@ public class Flags {
"Takes effect at redeployment",
APPLICATION_ID);
- public static final UnboundBooleanFlag SKIP_COMMUNICATIONMANAGER_THREAD = defineFeatureFlag(
- "skip-communicationmanager-thread", false,
- List.of("baldersheim"), "2020-12-02", "2023-12-31",
- "Should we skip the communicationmanager thread",
- "Takes effect at redeployment",
- APPLICATION_ID);
-
- public static final UnboundBooleanFlag SKIP_MBUS_REQUEST_THREAD = defineFeatureFlag(
- "skip-mbus-request-thread", false,
- List.of("baldersheim"), "2020-12-02", "2023-12-31",
- "Should we skip the mbus request thread",
- "Takes effect at redeployment",
- APPLICATION_ID);
-
- public static final UnboundBooleanFlag SKIP_MBUS_REPLY_THREAD = defineFeatureFlag(
- "skip-mbus-reply-thread", false,
- List.of("baldersheim"), "2020-12-02", "2023-12-31",
- "Should we skip the mbus reply thread",
- "Takes effect at redeployment",
- APPLICATION_ID);
-
public static final UnboundBooleanFlag USE_ASYNC_MESSAGE_HANDLING_ON_SCHEDULE = defineFeatureFlag(
"async-message-handling-on-schedule", false,
List.of("baldersheim"), "2020-12-02", "2023-12-31",
@@ -263,13 +242,6 @@ public class Flags {
TENANT_ID, CONSOLE_USER_EMAIL
);
- public static final UnboundBooleanFlag IGNORE_THREAD_STACK_SIZES = defineFeatureFlag(
- "ignore-thread-stack-sizes", false,
- List.of("arnej"), "2021-11-12", "2023-12-31",
- "Whether C++ thread creation should ignore any requested stack size",
- "Triggers restart, takes effect immediately",
- APPLICATION_ID);
-
public static final UnboundBooleanFlag USE_V8_GEO_POSITIONS = defineFeatureFlag(
"use-v8-geo-positions", true,
List.of("arnej"), "2021-11-15", "2023-12-31",
@@ -291,13 +263,6 @@ public class Flags {
"Takes effect at redeployment",
APPLICATION_ID);
- public static final UnboundBooleanFlag AVOID_RENAMING_SUMMARY_FEATURES = defineFeatureFlag(
- "avoid-renaming-summary-features", true,
- List.of("arnej"), "2022-01-15", "2023-12-31",
- "Tell backend about the original name of summary-features that were wrapped in a rankingExpression feature",
- "Takes effect at redeployment",
- APPLICATION_ID);
-
public static final UnboundBooleanFlag ENABLE_PROXY_PROTOCOL_MIXED_MODE = defineFeatureFlag(
"enable-proxy-protocol-mixed-mode", true,
List.of("tokle"), "2022-05-09", "2023-09-01",