nickva opened a new pull request, #5185: URL: https://github.com/apache/couchdb/pull/5185
Previously we used the gen_server timeout mechanism. If the user sets a short interval value then the periodic membership check message could be delivered first and reset the scheduled timeout timer. When that happens the scanner and shard monitor won't start. To fix it, do not rely on the timeouts, and instead use an explicit message. That should ensure dalyed init will always run. -- 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]
