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/05/21 22:49:38 UTC

[GitHub] [couchdb] nickva opened a new pull request #2902: Improve load handling in couch_jobs and couch_views

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


   Increase couch_views job timeout by 20 seconds. This will set a larger jitter
   when multiple nodes concurrently check and re-equeue jobs. It would reduce the
   chance of them bumping into each other and conflicting.
   
   If they do conflict in activity monitor, catch the error and emit an error log.
   We gain some more robustness under load for a longer timeout for jobs with
   workers that have suddenly died getting re-enqueued.
   


----------------------------------------------------------------
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 #2902: Improve load handling in couch_jobs and couch_views

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


   


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