You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in a consul scenario with 3 servers and 150 clients.
When 150 clients leave at the same time and restart, some member states show leaving
Further analysis, the following scenarios appear
Node A and Node B are both rebooted
After node A starts, it receives the leave message from B, and A caches the type and ltime of the message to recentIntents
When A receives the join message from B, the join message is smaller than the leave message ltime. As a result, In A consul members, the state of B is always leaving.
The text was updated successfully, but these errors were encountered:
yangjunmyfm192085
changed the title
When the nodes leave and start at the same time in a large-capacity consul cluster, some member states will continue to keep leaving,not alive.
When the nodes leave and start at the same time in a large-capacity consul cluster, some member states will continue to keep leaving, not alive.
Sep 9, 2022
I am in a consul scenario with 3 servers and 150 clients.
When 150 clients leave at the same time and restart, some member states show leaving
Further analysis, the following scenarios appear
The source code is as follows
serf/serf/serf.go
Line 1111 in 830be12
serf/serf/serf.go
Line 1220 in 830be12
serf/serf/serf.go
Line 956 in 830be12
serf/serf/serf.go
Line 1225 in 830be12
/kind bug
The text was updated successfully, but these errors were encountered: