summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2023-05-08 12:47:59 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2023-05-08 12:47:59 +0000
commit052d284ed4654cf5c87cb52ae985073b70d7bce5 (patch)
treecef7e24f6b58d6557081ed132485790be1211cdc /storage
parentbd86b6411dd1b4928074432817c6a9ebfe9c123c (diff)
Add deprecation comment for config
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index 9d2a1ddf5c9..9c8469f924c 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -219,6 +219,7 @@ use_btree_database bool default=true restart
## content nodes, the two-phase update path reverts back to the regular fast path.
## Since all replicas of the document were in sync, applying the update in-place
## shall be considered safe.
+## DEPRECATED -- always enabled with 3-phase updates.
restart_with_fast_update_path_if_all_get_timestamps_are_consistent bool default=true
## If set, no merge operations may be generated for any reason by a distributor.