From e9d2e1c3c174bb733f4420bd5f0f72311111e092 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 6 Oct 2022 15:57:22 +0200 Subject: GC persistence-throttling-of-merge-feed-ops flag which has long had sane default. --- flags/src/main/java/com/yahoo/vespa/flags/Flags.java | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'flags/src') 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 e067278e49c..28f91d1e53f 100644 --- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java +++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java @@ -316,16 +316,6 @@ public class Flags { "Takes effect on redeployment", ZONE_ID, APPLICATION_ID); - public static final UnboundBooleanFlag PERSISTENCE_THROTTLING_OF_MERGE_FEED_OPS = defineFeatureFlag( - "persistence-throttling-of-merge-feed-ops", true, - List.of("vekterli"), "2022-02-24", "2022-11-01", - "If true, each put/remove contained within a merge is individually throttled as if it " + - "were a put/remove from a client. If false, merges are throttled at a persistence thread " + - "level, i.e. per ApplyBucketDiff message, regardless of how many document operations " + - "are contained within. Only applies if DYNAMIC policy is used.", - "Takes effect on redeployment", - ZONE_ID, APPLICATION_ID); - public static final UnboundBooleanFlag USE_QRSERVER_SERVICE_NAME = defineFeatureFlag( "use-qrserver-service-name", false, List.of("arnej"), "2022-01-18", "2022-12-31", -- cgit v1.2.3