nickva commented on PR #5712: URL: https://github.com/apache/couchdb/pull/5712#issuecomment-3438970922
On way to test it might be to start a local 3 node cluster then disconnect some nodes: ``` ([email protected])3> net_kernel:disconnect('[email protected]'). true ([email protected])4> nodes(). ['[email protected]'] ([email protected])5> nodes(). ['[email protected]'] ([email protected])6> mem3:dead_nodes(). [{'[email protected]',['[email protected]']}] ``` ``` ([email protected])7> mem3:dead_nodes(). [{'[email protected]',['[email protected]']}, {'[email protected]',['[email protected]']}] ``` -- 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]
