Commit graph

4 commits

Author SHA1 Message Date
Developer
439a52bec3 feat(swim): dead-node reprobe, SWIM invariants, and flaky test fixes
Dead-node reprobe mechanism allows partition-healed nodes to rejoin the
cluster automatically. When a reprobe ping reaches a dead-declared node,
the piggyback exchange triggers incarnation-bump refutation, transitioning
the node back to Alive. Death declarations are re-enqueued fresh before
each reprobe to ensure piggyback carries useful membership info.

Added SWIM property invariant checks (completeness, accuracy, convergence)
as reusable post-condition validators for simulation tests.

Investigated 3 flaky MT gossip tests: rewrote convergence_curve_is_monotonic_mt
(strict monotonicity invalid under non-atomic MT snapshots), tuned
partition_heals_and_converges_mt (reduced nodes, relaxed threshold),
documented all_nodes_receive_all_keys_in_ring_1000_mt (stable in isolation).

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 07:45:44 +00:00
Developer
8d8e33c0e2 feat(simulation): network fault injection and 15 cluster scenario tests
Add network partition, asymmetric partition, and message loss simulation
to the distribution test harness. 15 new behavioral tests covering
split-brain, cascading failure, seed node death, rapid churn, 50-node
clusters, and actor resolution under partition.

Research notes from studying FoundationDB DST, Hashicorp memberlist,
Antithesis, TigerBeetle VOPR, Turmoil/MadSim, and Jepsen nemeses.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 07:45:17 +00:00
78cbd80803 skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
d817ad952f feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`
2026-02-12 09:13:50 +00:00