summaryrefslogtreecommitdiff
path: root/rel/overlay
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2022-05-19 12:26:39 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-05-19 13:52:26 -0400
commit1876689492a06aaf132187608e30890f12d15d36 (patch)
tree3a9701870f582d4fde2a74344a99b724306ec6ce /rel/overlay
parenta3e5e59d3565c1ba5b8e3f95bb1bf056858f092b (diff)
downloadcouchdb-1876689492a06aaf132187608e30890f12d15d36.tar.gz
Default rexi use_kill_all to true
It should save some dist bandwidth when workers are canceled at the end of fabric requests. The feature has been available since 3.0.x (3 years ago) so opt to enable it by default. Users who do a rolling upgrade from 2.x could still set it to `false` and then, after the upgrade completes, delete it to return it to default (true).
Diffstat (limited to 'rel/overlay')
-rw-r--r--rel/overlay/etc/default.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index a9d18b50c..162ccb926 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -296,11 +296,11 @@ bind_address = 127.0.0.1
; server_per_node = true
; stream_limit = 5
;
-; Use a single message to kill a group of remote workers This is
-; mostly is an upgrade clause to allow operating in a mixed cluster of
-; 2.x and 3.x nodes. After upgrading switch to true to save some
-; network bandwidth
-;use_kill_all = false
+; Use a single message to kill a group of remote workers. This feature is
+; available starting with 3.0. When performing a rolling upgrade from 2.x to
+; 3.x, set this value to false, then after all nodes were upgraded delete it so
+; it can use the default true value.
+;use_kill_all = true
; [global_changes]
; max_event_delay = 25