hanmz opened a new issue, #23029: URL: https://github.com/apache/pulsar/issues/23029
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### Version ALL ### Minimal reproduce step 1. Start a pulsar broker. 2. Create a non persistent topic, for example `non-persistent://test-tenant/test-ns/test-topic` 3. Execute admin command: `sh bin/pulsar-admin topics list test-tenant/test-ns`, we will see this topic. 4. Execute admin command: `sh bin/pulsar-admin topics unload non-persistent://test-tenant/test-ns/test-topic`, we won't be able to see this topic. 5. At this time, we execute the admin command: `sh bin/pulsar-admin topics stats non-persistent://test-tenant/test-ns/test-topic`. We will see the error log: `Topic non-persistent://test-tenant/test-ns/test-topic not found` ### What did you expect to see? The topic should still exist when we unload. ### What did you see instead? The topic will be lost when it is unloaded. ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] 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: commits-unsubscr...@pulsar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org