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/06/10 16:04:19 UTC

[GitHub] [couchdb] nickva opened a new pull request #2938: In replicator, when rescheduling, pick only pending jobs which are not running

nickva opened a new pull request #2938:
URL: https://github.com/apache/couchdb/pull/2938


   Previously, when pending jobs were picked in the `ets:foldl` traversal, both
   running and non-running jobs were considered and a large number of running jobs
   could displace pending jobs in the accumulator. In the worst case, no crashed
   jobs would be restarted during rescheduling.
   
   This is a backport of https://github.com/apache/couchdb/pull/2935
   


----------------------------------------------------------------
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



[GitHub] [couchdb] nickva merged pull request #2938: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #2938:
URL: https://github.com/apache/couchdb/pull/2938


   


----------------------------------------------------------------
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