fix(inkless:consolidation): reject follower reads below the cross-tier earliest [KC-332]#720
Draft
viktorsomogyi wants to merge 1 commit into
Draft
Conversation
viktorsomogyi
force-pushed
the
svv/ts-unification-follower-reads
branch
from
July 23, 2026 09:59
52cf871 to
8a1d7f2
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-reclaim-floor
branch
from
July 23, 2026 15:37
86e3b1a to
a6f0a03
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-follower-reads
branch
from
July 23, 2026 15:39
8a1d7f2 to
9a10866
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-reclaim-floor
branch
2 times, most recently
from
July 23, 2026 15:47
bbca8b1 to
f6c0f80
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-follower-reads
branch
from
July 23, 2026 15:49
9a10866 to
8a6d2c9
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-reclaim-floor
branch
from
July 24, 2026 12:17
f6c0f80 to
e3f351d
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-follower-reads
branch
from
July 24, 2026 12:17
8a6d2c9 to
0982191
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-reclaim-floor
branch
from
July 24, 2026 13:07
e3f351d to
5079dcd
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-follower-reads
branch
from
July 24, 2026 13:10
0982191 to
5ec5117
Compare
…r earliest [KC-332] Followers keep a stale local logStartOffset (frozen at the seal) after a switch, so an older consumer routed there could read logically-deleted records. Consult the control-plane cross-tier earliest and reject such fetches with OFFSET_OUT_OF_RANGE (fail-open when unavailable). Adds unit tests. Co-authored-by: Cursor <cursoragent@cursor.com>
viktorsomogyi
force-pushed
the
svv/ts-unification-follower-reads
branch
from
July 24, 2026 13:46
5ec5117 to
771e660
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Followers keep a stale local logStartOffset (frozen at the seal) after a switch, so an older consumer routed there could read logically-deleted records. Consult the control-plane cross-tier earliest and reject such fetches with OFFSET_OUT_OF_RANGE (fail-open when unavailable). Adds unit tests.