mrtworo commented on issue #4596: URL: https://github.com/apache/bookkeeper/issues/4596#issuecomment-2827637398
@StevenLuMT I assume you meant (flags with double dash, readledger command): ```shell bookieId=pulsar-bookie-4.pulsar-bookie.pulsar.svc.cluster.local:3181 lid=17772 eidStart=0 eidEnd=7005 /pulsar/bin/bookkeeper shell readledger --bookie $bookieId --msg --ledgerid $lid --firstentryid $eidStart --lastentryid $eidEnd ``` Same error for all entries: >2025-04-24T13:23:03,922+0000 [main] ERROR org.apache.bookkeeper.tools.cli.commands.bookie.ReadLedgerCommand - Error future.get while reading entries from ledger 17772 java.util.concurrent.ExecutionException: org.apache.bookkeeper.client.BKException$BKNoSuchLedgerExistsException: No such ledger exists on Bookies We have a pretty strict retention on pulsar topics, so it's not surprising that it was removed from metadata. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@bookkeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org