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 2021/11/25 06:18:25 UTC

[GitHub] [pulsar] wolfstudy opened a new pull request #12972: Fix zk-node leak of admin path

wolfstudy opened a new pull request #12972:
URL: https://github.com/apache/pulsar/pull/12972


   Signed-off-by: xiaolongran <xi...@tencent.com>
   
   
   Fixes #12968 
   
   
   
   ### Motivation
   
   When we run follow command:
   
   ```
   bin/pulsar-admin tenants delete test2
   ```
   
   the zk-node of `/admin/partitioned-topics` and `/admin/local-policies` wil not remove, casued by zk-node leak.
   
   ### Modifications
   
   - clear tenant zk-node of `/admin/partitioned-topics/` 
   - clear tenant zk-node of `/admin/local-policies/`
   - add test case
   
   


-- 
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] wolfstudy merged pull request #12972: Fix zk-node leak of admin path

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


   


-- 
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] wolfstudy commented on pull request #12972: Fix zk-node leak of admin path

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #12972:
URL: https://github.com/apache/pulsar/pull/12972#issuecomment-981245071


   /pulsarbot run-failure-checks


-- 
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] wolfstudy commented on pull request #12972: Fix zk-node leak of admin path

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #12972:
URL: https://github.com/apache/pulsar/pull/12972#issuecomment-981324275


   /pulsarbot run-failure-checks


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