You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/09/20 05:51:58 UTC

[GitHub] [couchdb] nickva commented on pull request #4182: Explicitly maintain a fully connected cluster

nickva commented on PR #4182:
URL: https://github.com/apache/couchdb/pull/4182#issuecomment-1251872241

   To also test manually can start a 3 node cluster. Then in remsh disconnect the nodes ex. `net_kernel:disconnect('node2@127.0.0.1').`. Then `nodes()` should not contain the disconnected nodes. Might have do this a few times or disconnect more nodes. Then after a less than a minute nodes should start reconnecting to each and this log message should appear on **one** of the nodes:
   
   ```
   [warning] node3@127.0.0.1 <0.397.0> -------- mem3_distribution : reconnected to node2@127.0.0.1
   ```


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org