Saswatibhoi opened a new issue #7055: URL: https://github.com/apache/pulsar/issues/7055
**Describe the bug** While producing messages on a topic, it is trying to reach to a ledger that doesn't exists. The produce operation fails throwing an error message "No such ledger exists on Metadata Server - ledger=1380467". And, that is the specific ledger the topic is trying to reach while producing. Tried skipping few messages, and also tried resetting the cursor, but it doesn't help. I have also tried restarting the services of the broker that is currently serving the topic. We are using pulsar 2.5.1 on our brokers and bookies. **Error from Logs** 10:01:00.311 [main] ERROR org.apache.pulsar.client.cli.PulsarClientTool - Error while producing messages 10:01:00.311 [main] ERROR org.apache.pulsar.client.cli.PulsarClientTool - java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException: java.io.IOException: No such ledger exists on Metadata Server - ledger=1380467 - operation=Failed to open ledger ---------------------------------------------------------------- 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]
