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/02 21:02:28 UTC

[GitHub] [couchdb] nickva opened a new pull request #2921: Handle error:{timeout, _} exception in couch_jobs:accept

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


   Under load accept loop can blow up with timeout error from
   `erlfdb:wait(...)`(https://github.com/apache/couchdb-erlfdb/blob/master/src/erlfdb.erl#L255)
   so guard against it just like we do for fdb transaction timeout (1031) errors.
   
   


----------------------------------------------------------------
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 #2921: Handle error:{timeout, _} exception in couch_jobs:accept

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


   


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