Sankar a81c32079c
Make cluster meet reliable under link failures (#461)
When there is a link failure while an ongoing MEET request is sent the
sending node stops sending anymore MEET and starts sending PINGs. Since
every node responds to PINGs from unknown nodes with a PONG, the
receiving node never adds the sending node. But the sending node adds
the receiving node when it sees a PONG. This can lead to asymmetry in
cluster membership. This changes makes the sender keep sending MEET
until it sees a PONG, avoiding the asymmetry.

---------

Signed-off-by: Sankar <1890648+srgsanky@users.noreply.github.com>
2024-06-16 20:37:09 -07:00
..
2024-06-07 01:40:55 +02:00
2024-04-15 14:25:33 +02:00
2024-04-16 21:17:38 +02:00
2024-06-07 01:40:55 +02:00
2024-06-07 01:40:55 +02:00
2024-06-07 01:40:55 +02:00
2024-06-07 01:40:55 +02:00
2024-05-17 13:35:31 +02:00