summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2020-01-16 00:53:01 -0500
committerNick Vatamaniuc <vatamane@apache.org>2020-01-16 16:10:26 -0500
commit45e24a84d9e64af63dd3a47840540ae4d6cb32ae (patch)
treef585844802d1080f1e39a33e17debf7bf223d267
parent355803ea11799cc18f69fd48346184a2625e172a (diff)
downloadcouchdb-add-defaults-config-ini-file.tar.gz
Add a few missing settings to the default.ini fileadd-defaults-config-ini-file
Some rexi and reshard parameters Issue: https://github.com/apache/couchdb/issues/2457
-rw-r--r--rel/overlay/etc/default.ini17
1 files changed, 17 insertions, 0 deletions
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