Search before asking
Version
3.0.0 and current master version.
Minimal reproduce step
- setup a standalone cluster, and disable inactive topic auto delete.
- create a namespace public/test, and create a topic public/test/test, and then create a sub for public/test/test
- use pulsar-pref to produce some message to public/test/test
- close all producers and consumers to public/test/test
- unload public/test: pulsar-admin namespaces unload public/test
- 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?
Search before asking
Version
3.0.0 and current master version.
Minimal reproduce step
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?