swactor/crates
Claude 1c07f02be2 fix: SWIM Suspect recovery + piggyback ordering race condition
Two bugs found by simulation testing:

1. Suspect nodes could never recover after dissemination budget expired.
   When probing a target, the Suspect state was not re-enqueued into the
   dissemination queue (only Dead was). After budget exhaustion, the
   Suspect node never received a piggyback telling it it was suspected,
   so it could never refute via incarnation bump. Fix: re-enqueue both
   Suspect and Dead state on outgoing probes.

2. Registry entries merged before membership changes in same piggyback.
   When a message carried both a death notification and registry entries,
   the entries were merged first, then immediately tombstoned. Fix: split
   extract_registry_piggyback into unpack + deferred merge, processing
   membership changes before merging registry entries.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 09:21:59 +00:00
..
command skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
distribution fix: SWIM Suspect recovery + piggyback ordering race condition 2026-02-13 09:21:59 +00:00
dp-mnist feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
node distribution realization (#33) 2026-02-13 07:55:12 +00:00
python major feature update 2026-02-13 07:11:24 +00:00
runtime-dashboard distribution realization (#33) 2026-02-13 07:55:12 +00:00
simulation feat: lifecycle and property sim tests, remove debug test 2026-02-13 08:53:07 +00:00
simulation-dashboard feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
std major feature update 2026-02-13 07:11:24 +00:00
wasm feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
wasm-actor skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00