From 3b590870d88f329c9219759d46924571ce3db66d Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sat, 3 Feb 2024 19:18:50 +0000 Subject: GC unused distributor_auto_ownership_transfer_on_whole_group_down --- configdefinitions/src/vespa/stor-distribution.def | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/stor-distribution.def b/configdefinitions/src/vespa/stor-distribution.def index 810df64cc42..5eee4b7256d 100644 --- a/configdefinitions/src/vespa/stor-distribution.def +++ b/configdefinitions/src/vespa/stor-distribution.def @@ -31,14 +31,6 @@ ready_copies int default=0 ## - That level distributes copies to all defined groups. active_per_leaf_group bool default=false -## Search have some unfortunate properties with some queries, adding a static -## query cost, independent of the number of documents searched on a node. For -## 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 GC and hardcode -distributor_auto_ownership_transfer_on_whole_group_down bool default=true - ## Hierarchical grouping divides the nodes into a tree of groups. Due to config ## liking flat structures. The tree of groups is represented by a single array ## of groups defined here, where index is a string that can have a form like -- cgit v1.2.3