-
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
variable: remove tidb_ddl_reorg_worker_cnt and tidb_ddl_reorg_batch_size session level. #8941
Conversation
…ize session level.
/run-all-tests |
02f820b
to
35dc13e
Compare
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #8941 +/- ##
==========================================
- Coverage 67.59% 67.56% -0.04%
==========================================
Files 363 363
Lines 75317 75329 +12
==========================================
- Hits 50913 50896 -17
- Misses 19918 19940 +22
- Partials 4486 4493 +7
Continue to review full report at Codecov.
|
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
Please remember to update the doc |
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
d6ce454
to
ece7943
Compare
/run-all-tests |
/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 again.
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
PTAL @zimulala again.
/run-all-tests |
/run-all-tests |
…ize session level. (pingcap#8941)
What problem does this PR solve?
tidb_ddl_reorg_worker_cnt, tidb_ddl_reorg_batch_size is only take effect in DDL owner server. It meaningless for the session variable. So I remove the session level and only keep the global level.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Should update doc.
This change is