swactor/crates/distribution
Claude 205dc2352f fix: guard SWIM suspicion timeout against refuted nodes
A stale suspicion timer could declare a node dead even after it had been
refuted back to Alive via a higher incarnation number. check_suspicion_timeouts
now verifies the node is still Suspect before calling declare_dead, and
cancels the probe phase if the dead node was the current target.

Also fix the 3-node gossip loop in node_death_tombstones_entries to
deliver responses with the correct sender_id — previously all responses
were attributed to a single hardcoded sender, causing false suspicions
that triggered the protocol bug.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-15 06:35:01 +00:00
..
src fix: guard SWIM suspicion timeout against refuted nodes 2026-02-15 06:35:01 +00:00
tests fix: guard SWIM suspicion timeout against refuted nodes 2026-02-15 06:35:01 +00:00
Cargo.toml feat: use iroh for the transport layer 2026-02-15 05:19:22 +00:00
DESIGN_NOTES.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00