Skip to content
Snippets Groups Projects
Commit f510dc6f authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

swim: introduce failure detection component

Failure detection components allows to find which members are
already dead. It works via pings attached to each round message.
A member, received ping, should respond with an ack. If it is not
done within a timeout, then the ping is considered unacknowledged.
When a number of pings grows to a threshold, the member is
declared DEAD. After more unacked pings it is dropped from the
member table. Unless the GC was turned off.

Part of #3234
parent 64a6464d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment