nickva commented on issue #5886: URL: https://github.com/apache/couchdb/issues/5886#issuecomment-3928571340
@meshapiro80 that's helpful, thanks for getting the additional data. `File operation error: emfile` this indicates that your system has run up against the file descriptor limit. Try to maybe increase file descriptor limits or perhaps reduce concurrency (reduce max_dbs_open a bit). In a way this also validates the fix in the PR because stats periodic loading would fail and then stay broken for at least 10 minutes and then fix itself. and the approach in PR would avoid any file operations after initial startup. -- 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]
