Technoboy- commented on PR #17070:
URL: https://github.com/apache/pulsar/pull/17070#issuecomment-1212847562

   > > > when the user manually creates the topic but does not use it, and then 
quickly deletes the namespace, there is a small probability left topic 
__change_events
   > > 
   > > 
   > > Here looks like a race condition? The system topic created after the 
namespace has been deleted?
   > 
   > When deleting the partitioned topics, we have to check the ownership first 
and find that the bundle is not owned and then try to own the bundle and then 
trigger the system topic created async.
   
   I come up with a new idea for deleting partitioned topics, we can set the 
LookupOptions.readOnly(true) when `validateTopicOwnershipAsync` to avoid 
loading the bundle.


-- 
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]

Reply via email to