-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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 #9147] Remove unused code #9148
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9148 +/- ##
=============================================
- Coverage 48.11% 47.98% -0.13%
+ Complexity 12091 12064 -27
=============================================
Files 1321 1321
Lines 93024 93018 -6
Branches 11926 11924 -2
=============================================
- Hits 44755 44636 -119
- Misses 42754 42850 +96
- Partials 5515 5532 +17 ☔ View full report in Codecov by Sentry. |
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
client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPullConsumerImpl.java
Show resolved
Hide resolved
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 #9147
Brief Description
producer group don't need repeat check.
How Did You Test This Change?
Delete the code and run maven test, then no error happend.