zhanghaou opened a new issue, #20706:
URL: https://github.com/apache/pulsar/issues/20706

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   3.0.0 and current master version.  
   
   ### Minimal reproduce step
   
   1. setup a standalone cluster, and disable inactive topic auto delete.
   2. create a namespace public/test, and create a topic public/test/test, and 
then create a sub for public/test/test
   3. use pulsar-pref to produce some message to public/test/test
   4. close all producers and consumers to public/test/test
   5. unload public/test: pulsar-admin namespaces unload public/test
   6. use namespace admin: pulsar-admin namespaces clear-backlog public/test
   
   
   ### What did you expect to see?
   
   All topics' backlogs in namespace public/test can be deleted.
   
   ### What did you see instead?
   
   And then,  use lookup admin cli to public/test/test.
   Wait for 5 mins, use pulsar-admin topics stats pubic/test/test.
   backlog is not 0.
   
   ### Anything else?
   
   When namespace bundle is unloaded, topics in this bundle can not clear 
backlog. 
    
   I'm not sure if it's by design or a system bug.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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