Skip to content
Discussion options

You must be logged in to vote

This is excellent — thank you. The two environments plus the reproduction settle a lot.

Your reproduction is the other state, and #26369 does not fix it

I traced it against the PR head. Deleting the ledger gives
BKNoSuchLedgerExistsOnMetadataServerException, which isBkErrorNotRecoverable classifies as
non-recoverable, so createManagedLedgerException returns LedgerNotExistException. With
autoSkipNonRecoverableData=false, OpReadEntry.internalReadEntriesFailed skips its
advance-past-the-bad-ledger branch (that branch is gated on auto-skip) and fails the read without
moving the read position
. In readEntriesFailed that exception matches none of the three cases that
clear isReadable, so the out…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kaminski-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants