From 45e24a84d9e64af63dd3a47840540ae4d6cb32ae Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Thu, 16 Jan 2020 00:53:01 -0500 Subject: Add a few missing settings to the default.ini file Some rexi and reshard parameters Issue: https://github.com/apache/couchdb/issues/2457 --- rel/overlay/etc/default.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index a301987b2..6b7984708 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -216,6 +216,12 @@ port = 6984 ; buffer_count = 2000 ; 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 ; [global_changes] ; max_event_delay = 25 @@ -578,3 +584,14 @@ compaction = false ; CouchDB will use the value of `max_limit` instead. If neither is ; defined, the default is 2000 as stated here. ; max_limit_partitions = 2000 + +[reshard] +;max_jobs = 48 +;max_history = 20 +;max_retries = 1 +;retry_interval_sec = 10 +;delete_source = true +;update_shard_map_timeout_sec = 60 +;source_close_timeout_sec = 600 +;require_node_param = false +;require_range_param = false -- cgit v1.2.1