nickva opened a new pull request, #4821: URL: https://github.com/apache/couchdb/pull/4821
Noticed on a few production instances, we run a potentially long compaction, and when done, the call to commit the compacted state times out after 5 seconds. That, in turn, triggers are a `compaction_failed` call, which also may timeout and the whole thing crashes. Since we have the ioq scheduler running and we're doing disk IO, compaction swap may be delayed in the background, and take longer than 5 seconds. Opt to wait however long it takes or crash for some other reason. gen_server calls already auto-monitor and check for called process's exits. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
