You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/16 15:37:46 UTC

[GitHub] [couchdb] wohali commented on a change in pull request #2459: Add a few missing settings to the default.ini file

wohali commented on a change in pull request #2459: Add a few missing settings to the default.ini file
URL: https://github.com/apache/couchdb/pull/2459#discussion_r367487521
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -578,3 +584,44 @@ 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]
+; Maximum resharding jobs allowed. New jobs cannot be added until some
+; old ones are deleted. A finished job is not automatically
+; removed. It has to be removed by hand.
 
 Review comment:
   This seems a pretty important distinction from replication, and it's not present in the docs repo:
   
   https://github.com/apache/couchdb-documentation/blob/a35ea115a71fd27a21245a6f14becf43adcfc8a7/src/config/resharding.rst
   
   Nor is it here:
   
   https://github.com/apache/couchdb-documentation/blob/a35ea115a71fd27a21245a6f14becf43adcfc8a7/src/cluster/sharding.rst
   
   Can you add it there please? Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services