-
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
ddl: dynamic adjust add index worker number. #8295
Merged
crazycs520
merged 28 commits into
pingcap:master
from
crazycs520:adjust-add-index-worker
Dec 24, 2018
Merged
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a5c7024
ddl: dynamic adjust add index worker number init
crazycs520 00ad984
shrink worker num
crazycs520 f936c59
add index
crazycs520 c7fd5ee
refine test
crazycs520 86d6b99
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 b1cbd7c
refine test
crazycs520 fe27282
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 4545ebc
shrink worker num if regions is less then worker num
crazycs520 e05f9b7
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 3033df1
add comment
crazycs520 d11e016
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 fb85c9b
add test to check change add index worker num take effect.
crazycs520 a2bdc3e
refine test
crazycs520 f2aa994
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 73cb88b
add log
crazycs520 cd97603
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 d6c57b0
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 c594dda
address comment
crazycs520 8d90b29
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 216c58f
fix test
crazycs520 451a9da
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 77f49bd
use gofail test
crazycs520 dfa3e4d
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 d60f065
refine gofail test and remove hook
crazycs520 50470ad
refine test
crazycs520 fc6674e
Merge branch 'master' of https://github.com/pingcap/tidb into adjust-…
crazycs520 8b2ab52
add comment
crazycs520 34eafec
Merge branch 'master' into adjust-add-index-worker
crazycs520 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
How can we ensure the worker count is changed to
workerCnt
?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.
em... I check the log when do manual test to know the worker count is changed... 😂