BewareMyPower opened a new pull request, #25922: URL: https://github.com/apache/pulsar/pull/25922
### Motivation When a durable subscription fails due to an existing non-durable subscription, the durable cursor will still be created but not deleted, this could cause the durable cursor unexpectedly recovered after the topic is loaded again. ### Modifications Delete the cursor in this case. Improve `testSameSubscriptionNameForDurableAndNonDurableSubscription` to avoid the regression. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
