[1/2] couch commit: updated refs/heads/master to 38d5180

2017-02-28 Thread iilyak
Repository: couchdb-couch Updated Branches: refs/heads/master 66292dbdf -> 38d51803a Add sys db callbacks only once per db open Currently we are adding the sys db callbacks for every request instead of once while opening the db. This fix will ensure that we will only add the sys db call backs

[2/2] couch commit: updated refs/heads/master to 38d5180

2017-02-28 Thread iilyak
Merge remote branch 'cloudant:add_sysdb_callback_once_per_db' This closes #230 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/38d51803 Tree: http://git-wip-us.apache.org/repos/

couchdb commit: updated refs/heads/master to 1b193be

2017-02-28 Thread vatamane
Repository: couchdb Updated Branches: refs/heads/master 078d46c5a -> 1b193be13 Bump replicator dependency. Add jitter-ed sleep to shard discovery. COUCHDB-3311 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1b193be1

couch-replicator commit: updated refs/heads/master to 45d739a

2017-02-28 Thread vatamane
Repository: couchdb-couch-replicator Updated Branches: refs/heads/master 648e465f5 -> 45d739af3 Restore adding some jitter-ed sleep to shard scanning code. Otherwise a large cluster will flood replicator manager with potentially hundreds of thousands of `{resume, Shard}` messages. For each one