From a9646ed0608bf59ed831617eec559a10723fe7fa Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Tue, 28 Mar 2023 14:14:49 +0200 Subject: Deprecate distributor_auto_ownership_transfer_on_whole_group_down Stop using the config value (same as currrent default value, which is true). Also: distribution config does not have this field, only stor-distribution config has --- configdefinitions/src/vespa/stor-distribution.def | 1 + 1 file changed, 1 insertion(+) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/stor-distribution.def b/configdefinitions/src/vespa/stor-distribution.def index 64c1316d46b..f35a941b6ae 100644 --- a/configdefinitions/src/vespa/stor-distribution.def +++ b/configdefinitions/src/vespa/stor-distribution.def @@ -36,6 +36,7 @@ active_per_leaf_group bool default=false ## these cases they use many small groups to be able to scale. In such cases, ## where groups are small, having distributors able to take over when none are ## available in a group is useful. +# TODO: Deprecated and unused, remove in Vespa 9 distributor_auto_ownership_transfer_on_whole_group_down bool default=true ## Hierarchical grouping divides the nodes into a tree of groups. Due to config -- cgit v1.2.3