merlimat opened a new pull request #4144: Fixed error deleted a named non-durable cursor URL: https://github.com/apache/pulsar/pull/4144 ### Motivation Deleting a managed-ledger with existing non-durable cursors is failing if the cursors are "named" (as it's the case for Pulsar topic readers). The failure is because it's follow the usual path and tries to remove metadata which is not there. This is making the Health check topic to fail to be deleted in background.
---------------------------------------------------------------- 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] With regards, Apache Git Services
