Replies: 2 comments 1 reply
-
What did you use to perform the dropping? I just remember people trying to simulate network partitions using iptables and configuring DROP, but that's just not going to immediately break the established TCP connections... |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you do this to a connected cluster, FD_ALL will suspect and exclude nodes and TCP connections will be torn down. Re-establishment won't work, so the cluster will stay in disconnected mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to monitor if every node has connected to jgroup cluster. I'm using JMX's state attrubite.
I setup a 3 node cluster, and I drop tcp packeges for 1 node, and check the state is still connected.
config file:
7800 port is banned.
Beta Was this translation helpful? Give feedback.
All reactions