You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🐛 fix(ha): fence cross-DC transfers
Pending placements survived a restart without a durable way to distinguish an
abandoned transfer from a live copy. That blocked recovery or risked two owners
publishing the same placement.
Bind each transfer to the consensus term and a monotonic attempt token. A newer
term can reclaim pending work, while stale checkpoints and terminal writes fail
their ownership check.
* 🧪 test(ha): set placement attempt
0 commit comments