Technoboy- opened a new pull request #14215:
URL: https://github.com/apache/pulsar/pull/14215


   ### Motivation
   
   When we delete namespace with `force=false`, sometimes there may occur 
`Cannot delete non empty bundle`.
   Because delete system topic and delete namespace bundles are put into 
futures, can't keep their order.
   We should delete `system topic` first and then delete `namespace bundles`.
   
   ### Modifications
   - Use admin cli to delete system topic.
   - Delete system topic first and then delete namespace bundles
   - Make internalClearZkSources async and the code more readable.
   
   
   ### Documentation
   
   - [x] `no-need-doc` 
     
   
   
   
   


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