All pull requests

fix(delta): unaligned write on the snapshot replayer#2024

Opennoor-hassanwants to merge 3 commits intomainfromfix/delta-3025
NONoor Hassancommented 2w ago

Summary

fix(delta): unaligned write on the snapshot replayer — addresses the regression surfaced in delta-core after the recent fix work landed on main.

Why

  • The previous behavior on main short-circuited the safe path under load; this PR restores the intended contract.
  • Adds a guard so the regression cannot resurface silently in staging.
  • Drive-by: removes dead-code call sites the linter was warning about.

Scope

  • Files touched: 5 across the core module + tests.
  • No public API change; ABI is preserved.
  • CI: all green on the matrix runs.

Labels: performance

NONoor Hassancommented 1w ago

Confirmed the contract on the staging cluster — x-quorum is propagated end-to-end. Holding approval until I see the metric in Grafana.

All checks have passed1 neutral, 1 skipped, 3 successful checks
No conflicts with base branchMerging can be performed automatically.
You can also merge this with the command line. View command line instructions.Still in progress? Convert to draft

Add a comment

M↓Markdown is supported