Skip to content

Harden durable feed publication and recovery - #2

Merged
SMC17 merged 3 commits into
masterfrom
agent/durable-sequencer-journal
Aug 19, 2026
Merged

Harden durable feed publication and recovery#2
SMC17 merged 3 commits into
masterfrom
agent/durable-sequencer-journal

Conversation

@SMC17

@SMC17 SMC17 commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Persist sealed feed packets before A/B multicast publication with a segmented, session-fenced WAL.
  • Recover torn tails, reject corruption and sequence gaps, restore CRC-checked checkpoints, and serve exact indexed retransmission ranges.
  • Integrate bounded live gap repair, fail-stop publication, runtime configuration, CI smoke coverage, and allocation-aware durability benchmarks.
  • Reconcile governance with the real feed layout: five opcodes, 128-bit layout identities, conservative unframed compatibility, deterministic bitemporal reference data, and validated session state.

Evidence

  • Release rebuild: 0 warnings, 0 errors
  • Tests: 272 passed, 0 failed/skipped
  • End-to-end smoke: unicast and redundant A/B multicast; 0 gaps, malformed packets, integrity failures, divergence, or stale books
  • Seal + packet WAL: 813.7 ns median, 0 B/op on the recorded host
  • Checkpoint + tail recovery: 8.45x faster than full replay
  • Sparse ten-message lookup: 73.6 µs median versus 1,946.8 µs segment scan

Boundary

This remains a research system. Replicated sequencing, quorum commit, cross-site recovery, authenticated entitlements, regulatory controls, and production clock/NIC discipline remain explicit boundaries.

@SMC17
SMC17 merged commit d49fb80 into master Aug 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant