summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-13 08:09:56 +0100
committerGitHub <noreply@github.com>2021-12-13 08:09:56 +0100
commitda72f32fa5bfcce81b6bcc8dbe717be0869bcc77 (patch)
tree13c6b7bfbc5e7d4db6ee1e19a63e70cb957e6ff9
parent543e57c918969f0c19131a98cf28ac7f403d741b (diff)
parent571a8a466d7e50480f6d8ac9eed8521792d7975d (diff)
Merge pull request #20478 from vespa-engine/hmusum/remove-unused-feature-flags
Remove unused feature flags
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java14
1 files changed, 0 insertions, 14 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 0b33bf8a0b8..9acffe58cc1 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -358,20 +358,6 @@ public class Flags {
"Triggers restart, takes effect immediately",
ZONE_ID, APPLICATION_ID);
- public static final UnboundBooleanFlag USE_FILE_DISTRIBUTION_CONNECTION_POOL = defineFeatureFlag(
- "use-file-distribution-connection-pool", true,
- List.of("hmusum"), "2021-11-16", "2021-12-16",
- "Whether to use FileDistributionConnectionPool instead of JRTConnectionPool for file downloads",
- "Takes effect on config server restart",
- ZONE_ID);
-
- public static final UnboundBooleanFlag CONFIG_PROXY_USE_FILE_DISTRIBUTION_CONNECTION_POOL = defineFeatureFlag(
- "config-proxy-use-file-distribution-connection-pool", false,
- List.of("hmusum"), "2021-11-25", "2021-12-25",
- "Whether to use FileDistributionConnectionPool instead of JRTConnectionPool for file downloads in config proxy",
- "Takes effect on container reboot",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundBooleanFlag USE_V8_GEO_POSITIONS = defineFeatureFlag(
"use-v8-geo-positions", false,
List.of("arnej"), "2021-11-15", "2022-12-31",