Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Pop retry topic was not deleted when topic was removed #7208

Closed
3 tasks done
HScarb opened this issue Aug 17, 2023 · 1 comment · Fixed by #7209
Closed
3 tasks done

[Bug] Pop retry topic was not deleted when topic was removed #7208

HScarb opened this issue Aug 17, 2023 · 1 comment · Fixed by #7209

Comments

@HScarb
Copy link
Contributor

HScarb commented Aug 17, 2023

Before Creating the Bug Report

  • I found a bug, not just asking a question, which should be created in GitHub Discussions.

  • I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.

  • I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

Runtime platform environment

Windows 10

RocketMQ version

branch: develop

JDK Version

JDK8

Describe the Bug

Messages retry in pop mode will create a pop retry topic for this topic and consumer combination.
When the original topic was removed, the pop retry topic of the original topic wasn't deleted.

Steps to Reproduce

  1. create a topic
  2. produce some messages on this topic
  3. consume this topic using pop consumer, but not ack, wait for messages to revive
  4. pop retry topic will be created
  5. delete the original topic

What Did You Expect to See?

All pop retry topics of this topic will be deleted.

What Did You See Instead?

Pop retry topics aren't deleted.

Additional Context

No response

HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 17, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 21, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 21, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 21, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 21, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 23, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Aug 23, 2023
@lizhimins
Copy link
Member

There is indeed a problem at present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants