-
Notifications
You must be signed in to change notification settings - Fork 11.9k
fix mac 12+ slow bug #4010
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
Merged
Merged
fix mac 12+ slow bug #4010
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## develop #4010 +/- ##
=============================================
+ Coverage 47.89% 47.96% +0.06%
- Complexity 4995 5007 +12
=============================================
Files 633 635 +2
Lines 42526 42506 -20
Branches 5573 5567 -6
=============================================
+ Hits 20369 20387 +18
+ Misses 19658 19625 -33
+ Partials 2499 2494 -5
Continue to review full report at Codecov.
|
176e5c4
to
a5b7de3
Compare
ni-ze
approved these changes
Mar 21, 2022
caigy
reviewed
Mar 22, 2022
broker/src/main/java/org/apache/rocketmq/broker/processor/ReplyMessageProcessor.java
Outdated
Show resolved
Hide resolved
a5b7de3
to
64891f9
Compare
tianliuliu
approved these changes
Mar 31, 2022
yuz10
reviewed
Apr 6, 2022
broker/src/main/java/org/apache/rocketmq/broker/processor/ReplyMessageProcessor.java
Outdated
Show resolved
Hide resolved
yuz10
approved these changes
Apr 6, 2022
64891f9
to
fbd04e3
Compare
duhenglucky
approved these changes
Apr 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make sure set the target branch to
develop
What is the purpose of the change
When the MAC 12 system uses the request reply function, the response time of the producer is very long, so the response time should be optimized
ISSUE
#3933