-
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
Improve performance for 4.9.2 #3585
Closed
Labels
Milestone
Comments
This was
linked to
pull requests
Dec 6, 2021
Merged
Part A to F is complete. Unit test fixed. |
Zanglei06
pushed a commit
to Zanglei06/rocketmq
that referenced
this issue
Dec 9, 2021
Zanglei06
pushed a commit
to Zanglei06/rocketmq
that referenced
this issue
Dec 9, 2021
This was
linked to
pull requests
Dec 9, 2021
areyouok
added a commit
to areyouok/rocketmq
that referenced
this issue
Dec 16, 2021
…putMessageService thread to PullRequestHoldService thread. This commit speed up consume qps greatly, in our test up to 200,000 qps.
6 tasks
areyouok
added a commit
to areyouok/rocketmq
that referenced
this issue
Dec 24, 2021
… (about 45ms) under performance test, this commit fix it.
areyouok
added a commit
to areyouok/rocketmq
that referenced
this issue
Dec 29, 2021
areyouok
added a commit
to areyouok/rocketmq
that referenced
this issue
Feb 10, 2022
…) from ReputMessageService thread to PullRequestHoldService thread
areyouok
added a commit
to areyouok/rocketmq
that referenced
this issue
Feb 10, 2022
About Part J: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have some performance improvements based on 4.9.2
These commits almost eliminate bad performance methods in the cpu flame graph in producer side.
The text was updated successfully, but these errors were encountered: