Tags: aiven/inkless
Tags
fix(inkless:switch): Fix stale HW on switched leader promotion (#660) * fix(inkless:switch): Fix stale HW on switched leader promotion Reconcile already-switched leaders after makeLeader so a promoted replica with a stale checkpointed HW advances to the committed seal. Truncate any local classic tail above the seal, and fence leaders whose local LEO is below the seal to avoid serving an incomplete prefix. Keep follower truncation limited to the seal-commit delta. Add a deterministic system test for the stale-HW promotion regression. * Skip reconciliation of a partition if log is not found
PreviousNext