Membership & Failure Detection
1 / 6
Liveness is inferred, not observed. Network noise makes failure detection probabilistic.
Goal: converge fast without excessive false positives.
Digest entry: (member, incarnation, heartbeat)
For each member:
Incarnation must dominate heartbeat.
phi = (elapsed / mean_interval) / ln(10)
phi >= thresholdalive -> suspect -> dead
Need:
Focus: robust state transitions under delay, duplication, and restarts.