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/09 22:07:34 UTC

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

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


   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 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] janl commented on pull request #2935: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
janl commented on pull request #2935:
URL: https://github.com/apache/couchdb/pull/2935#issuecomment-645426491


   quick note that this is Apache CouchDB not Cloudant :)


----------------------------------------------------------------
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] mckenzr commented on pull request #2935: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
mckenzr commented on pull request #2935:
URL: https://github.com/apache/couchdb/pull/2935#issuecomment-645397043


   @nickva
   How easy would it be to create a hotpatch for this?  We have a cluster that is badly struggling with this issue https://cloudant.fogbugz.com/f/cases/126198/ 


----------------------------------------------------------------
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] mckenzr edited a comment on pull request #2935: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
mckenzr edited a comment on pull request #2935:
URL: https://github.com/apache/couchdb/pull/2935#issuecomment-645397043


   Oops Sorry @janl Have removed my original comment and left this placeholder 
   If you want to do delete yours, then I'll delete this and we can pretend this never happened!


----------------------------------------------------------------
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 #2935: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #2935:
URL: 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] janl edited a comment on pull request #2935: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
janl edited a comment on pull request #2935:
URL: https://github.com/apache/couchdb/pull/2935#issuecomment-645426491


   👻


----------------------------------------------------------------
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] mckenzr removed a comment on pull request #2935: In replicator, when rescheduling, pick only pending jobs which are not running

Posted by GitBox <gi...@apache.org>.
mckenzr removed a comment on pull request #2935:
URL: https://github.com/apache/couchdb/pull/2935#issuecomment-645397043


   Oops Sorry @janl Have removed my original comment and left this placeholder 
   If you want to do delete yours, then I'll delete this and we can pretend this never happened!


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