From 474367f1feb10625918170a2d87a1d6c178494fe Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Sun, 4 May 2025 08:58:20 +0200 Subject: [PATCH] Change default value of symmetric_put_and_activate_replica_selection to true --- storage/src/vespa/storage/config/stor-distributormanager.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def index 86bc8fad5b5d..4b918d004e1d 100644 --- a/storage/src/vespa/storage/config/stor-distributormanager.def +++ b/storage/src/vespa/storage/config/stor-distributormanager.def @@ -164,7 +164,7 @@ enable_operation_cancellation bool default=false ## the most preferred replica for feed will be the most preferred bucket for activation. ## This helps ensure that new versions of documents are routed to replicas that are most ## likely to reflect these changes as part of visible search results. -symmetric_put_and_activate_replica_selection bool default=false +symmetric_put_and_activate_replica_selection bool default=true ## Iff set to a value > 0, will enforce a size check on Put and Update operations arriving ## at the distributor, where over-sized messages will be explicitly rejected with a