nickva commented on issue #4790: URL: https://github.com/apache/couchdb/issues/4790#issuecomment-1775466495
@alessio-congedo > How can you explain the fact that it's always the same node that crashes? Not sure I can explain that from the logs. It seems like other nodes also have connectivity issues and timeouts. I see some disconnects between 440 <-> 410: ``` [email protected] <0.32575.6885> -------- fabric_worker_timeout open_revs,'[email protected]', <<"shards/80000000-ffffffff/xxxxxxxxxxx_xxxxxxxxxxx-store.1624883181">> ``` See if perhaps you'd also add an ioq bypass for `shard_sync = false` and increase fabric request timeouts: https://github.com/apache/couchdb/blob/main/rel/overlay/etc/default.ini#L374-L376 If you're running in a kube environment check that each of the containers have the same and enough CPU and disk IO resources/bandwidth available. -- 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]
