Skip to content

Commit

Permalink
Merge pull request #32969 from vespa-engine/vekterli/enable-operation…
Browse files Browse the repository at this point in the history
…-cancellation-by-default

Enable content layer operation cancellation by default
  • Loading branch information
vekterli authored Nov 29, 2024
2 parents 2c40d77 + ca8f8d2 commit e64f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public class Flags {
HOSTNAME, CLOUD_ACCOUNT);

public static final UnboundIntFlag CONTENT_LAYER_METADATA_FEATURE_LEVEL = defineIntFlag(
"content-layer-metadata-feature-level", 0,
"content-layer-metadata-feature-level", 1,
List.of("vekterli"), "2022-09-12", "2024-12-01",
"Value semantics: 0) legacy behavior, 1) operation cancellation, 2) operation " +
"cancellation and ephemeral content node sequence numbers for bucket replicas",
Expand Down

0 comments on commit e64f5d8

Please sign in to comment.