-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: add InitChunkSize variable as chunk init capacity #8480
Conversation
/run-all-tests |
What's the benefit of |
@shenli |
/run-all-tests |
@lysu any update? |
@zz-jason I will take time in this week, there are other high p thing under hands |
@zz-jason and there are much test case rely on order that need address |
/run-all-tests |
/run-all-tests |
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
@lysu How about split the code change for "refine distsql batch ctrl" to another PR? Make this PR focused on "enable chunk-grow" and the new session variable. |
@zz-jason ok~ |
/run-all-tests tidb-test=pr/711 |
/run-common-test tidb-test=pr/711 |
/run-unit-test tidb-test=pr/711 |
/run-unit-test tidb-test=pr/711 gofail=etcd-io |
/run-all-tests tidb-test=pr/711 |
Codecov Report
@@ Coverage Diff @@
## master #8480 +/- ##
=========================================
Coverage ? 67.49%
=========================================
Files ? 363
Lines ? 75134
Branches ? 0
=========================================
Hits ? 50711
Misses ? 19937
Partials ? 4486
Continue to review full report at Codecov.
|
PTAL again if free @zz-jason @eurekaka @XuHuaiyu thx and also tidb-test https://github.com/pingcap/tidb-test/pull/711 |
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
/run-all-tests |
/run-all-tests tidb-test=pr/711 |
1 similar comment
/run-all-tests tidb-test=pr/711 |
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
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
This change is