summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2020-01-16 00:53:01 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2020-01-17 11:37:46 -0500
commit39c2b976afb2bec1ea9e818e5aa5d3d571bf7305 (patch)
tree3e1437dcf104b5b3ed088ecd971069822feeb8e5
parent1cacc76ef1166fdb9e60fae173fd310ffb09139b (diff)
downloadcouchdb-39c2b976afb2bec1ea9e818e5aa5d3d571bf7305.tar.gz
Add a few missing settings to the default.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 d4945e1a1..764620a66 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
@@ -582,3 +588,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