woaishixiaoxiao opened a new issue, #10157: URL: https://github.com/apache/rocketmq/issues/10157
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment ALL ### RocketMQ version ALL ### JDK Version ALL ### Describe the Bug queueMetadata will leak after topic delete in tiered <img width="2472" height="1422" alt="Image" src="https://github.com/user-attachments/assets/3a9298b3-b3a8-4d6b-84f3-cf7f37376e16" /> ### Steps to Reproduce 1. delete the topic 2. the deleted topic will leak in the queueMetadataTable ### What Did You Expect to See? there is no topicinfo in the queueMetadataTable after topic deleted ### What Did You See Instead? there is still topicinfo in the queueMetadataTable after topic deleted ### Additional Context _No response_ -- 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]
