Ghatage commented on issue #7214: URL: https://github.com/apache/pulsar/issues/7214#issuecomment-642147438
@ericwangdka > it appears ledger: 1500467 is corrupt,how can i delete it If you absolutely want to delete the ledger, [the bookie shell provides facility to delete a ledger](https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/tools/cli/commands/client/DeleteLedgerCommand.java). Not sure if I would recommend it in general as you must be sure about what you are doing then manually intervening. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
