-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
[ISSUE #7208] fix: when deleting topic also delete its pop retry topic #7209
Conversation
common/src/main/java/org/apache/rocketmq/common/KeyBuilder.java
Outdated
Show resolved
Hide resolved
c2da149
to
2732865
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes LGTM but there are ci failures :)
2732865
to
7f28105
Compare
Codecov Report
@@ Coverage Diff @@
## develop #7209 +/- ##
=============================================
+ Coverage 42.43% 42.61% +0.17%
- Complexity 9343 9412 +69
=============================================
Files 1149 1152 +3
Lines 82059 82344 +285
Branches 10699 10725 +26
=============================================
+ Hits 34825 35094 +269
- Misses 42862 42873 +11
- Partials 4372 4377 +5
... and 58 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java
Show resolved
Hide resolved
7f28105
to
093351c
Compare
broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java
Outdated
Show resolved
Hide resolved
093351c
to
a4819a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Which Issue(s) This PR Fixes
Fixes #7208
Brief Description
when deleting topic, search for its pop retry topic and delete them
How Did You Test This Change?
unit test was added