Skip to content

Commit

Permalink
Enable content layer operation cancellation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vekterli committed Nov 29, 2024
1 parent 799738e commit ca8f8d2
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 ca8f8d2

Please sign in to comment.