Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 774 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 774 Bytes

SWIM Implementations

Here I'm trying to read/understand the SWIM implementations in existing libraries and relate it to the paper details.

Good Resource

Core Ideas

  • Dissemination Protocol
  • Failure Detection Protocol: Direct Send vs Indirect Send (Ping, PingRequest, PingResponse)
  • Incarnation Number & Suspect Protocol
  • Round Robin Selection of Next Member to Ping

Good Videos (Watch later)