Skip to content

Commit

Permalink
Merge pull request #33083 from vespa-engine/vekterli/flip-replica-sel…
Browse files Browse the repository at this point in the history
…ection-flag-default

Flip flag default for symmetric put/activate replica selection
  • Loading branch information
vekterli authored Jan 6, 2025
2 parents dd396e5 + 2df7689 commit 3a1c2e9
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 @@ -369,7 +369,7 @@ public class Flags {
"Takes effect immediately");

public static final UnboundBooleanFlag SYMMETRIC_PUT_AND_ACTIVATE_REPLICA_SELECTION = defineFeatureFlag(
"symmetric-put-and-activate-replica-selection", false,
"symmetric-put-and-activate-replica-selection", true,
List.of("vekterli"), "2024-05-23", "2025-03-01",
"Iff true there will be an 1-1 symmetry between the replicas chosen as feed targets " +
"for Put operations and the replica selection logic for bucket activation. If false, " +
Expand Down

0 comments on commit 3a1c2e9

Please sign in to comment.