summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-02 22:41:41 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-02 22:41:41 +0200
commitb0a7ab6058ecede7fb7bfa76e7e7fa34904786f9 (patch)
treed9af674a5d38b4102fd1379b389269d8cc381467
parent44a63cee44aed45644478340e1ae3fd7d38b1985 (diff)
Default to on for enable_condition_probing
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index 9c8469f924c..95461eb5dc2 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -312,4 +312,4 @@ enable_two_phase_garbage_collection bool default=true
## If true, a conditional Put or Remove operation received for a bucket with inconsistent
## replicas will trigger an implicit distributed condition probe to resolve the outcome of
## the condition across all divergent replicas.
-enable_condition_probing bool default=false
+enable_condition_probing bool default=true