merlimat opened a new pull request #7131: URL: https://github.com/apache/pulsar/pull/7131
### Motivation If a topic is failing to recover, it's currently practically impossible to force the deletion, other than going to delete the metadata from ZK directly. The failure to recover can happen when data for the last ledger is missing and the ledger fails causing the topic to be offline. This could be due to manual error (eg: increasing and decreasing the bookie replicas without waiting to auto-recovery). If we want to delete a topic and move on, we shouldn't fail if the data itself is corrupted/missing. ---------------------------------------------------------------- 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]
