-
Notifications
You must be signed in to change notification settings - Fork 118
[close #634] fix rawBatchPut hang while batch size is larger than MAX_RAW_BATCH_LIMIT #640
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
Conversation
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #640 +/- ##
============================================
+ Coverage 34.98% 35.27% +0.28%
- Complexity 1435 1446 +11
============================================
Files 278 278
Lines 17361 17362 +1
Branches 1974 1974
============================================
+ Hits 6074 6124 +50
+ Misses 10677 10622 -55
- Partials 610 616 +6
Continue to review full report at Codecov.
|
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
|
@xuanyu66, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. You are not a reviewer or committer or co-leader or leader. |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.3 in PR #641 |
Signed-off-by: iosmanthus myosmanthustree@gmail.com
What problem does this PR solve?
Issue Number: close #634
Problem Description:
The following code will hang in the master:
What is changed and how does it work?
The code is dislocation while cherry picks other commits from release-3.1
Check List for Tests
This PR has been tested by at least one of the following methods:
Related changes