You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/11 05:43:13 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request #14657: [Branch-2.9] Fix delete namespace issue.

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


   Cherry-pick 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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #14657: [Branch-2.9] Fix delete namespace issue.

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #14657:
URL: https://github.com/apache/pulsar/pull/14657


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org