-
Notifications
You must be signed in to change notification settings - Fork 5.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
store/tikv: change 2PC goroutines rate limit to 16 #15816
Conversation
PTAL @jackysp @youjiali1995 |
Codecov Report
@@ Coverage Diff @@
## master #15816 +/- ##
===========================================
Coverage 80.6213% 80.6213%
===========================================
Files 504 504
Lines 136191 136191
===========================================
Hits 109799 109799
Misses 17813 17813
Partials 8579 8579 |
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
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
/merge |
/run-all-tests |
@tiancaiamao merge failed. |
/rebuild [error="listen tcp 0.0.0.0:10081: bind: address already in use"] |
cherry pick to release-4.0 in PR #15856 |
What problem does this PR solve?
Issue Number: #15794
Problem Summary:
During the test, I find the rate limit 32 makes tikv
server is busy
.What is changed and how it works?
I'm not yet come up with the idea for issue 15794,
so reduce the value to 16 is a much safe way.
Related changes
Check List
Tests
Side effects