-
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
disttask: dynamic dispatch subtasks #46593
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
ff707d0
draft
ywqzzy f452ebe
fix
ywqzzy 68472ab
support 2 step
ywqzzy 11cc644
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy 1b92eaf
refine
ywqzzy 7b5a702
refine
ywqzzy 951b67d
fix
ywqzzy edff2e8
fix
ywqzzy 7aad421
fix
ywqzzy f6a2601
fix
ywqzzy b147419
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy 84a0857
fix
ywqzzy cecdf36
fix
ywqzzy 30c2ce1
u
ywqzzy 688a986
tmp save
ywqzzy 22f3eb4
basic done
ywqzzy 4a37e67
fix all tests
ywqzzy 5f3d3d3
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy e1a29cf
merge master
ywqzzy a410eb2
fix
ywqzzy e3b4649
fix
ywqzzy 00c27c5
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy c386dae
fix
ywqzzy e4a33c0
Add new interface
ywqzzy 5ba29b5
fix
ywqzzy 99d34ed
fix
ywqzzy 16dd57f
fix
ywqzzy 4777946
fix
ywqzzy b2623d8
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy a9eb159
fix
ywqzzy b2789fb
fix update task
ywqzzy 8d865fc
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy 3aebc11
fix
ywqzzy 37b39ae
fix
ywqzzy 7c1c0cc
fix test
ywqzzy 74c4601
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy 99ccedc
bazel
ywqzzy 541ab7e
fix
ywqzzy 6e61680
refine
ywqzzy 0df3b3c
more tests
ywqzzy 122aa4f
refine
ywqzzy 34a10e7
fix
ywqzzy be406a2
fix
ywqzzy f224c32
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy 95020f8
fix lint
ywqzzy 6d98835
fix test
ywqzzy a437e9d
fix
ywqzzy 9b5932c
fix
ywqzzy 8a1f460
comments
ywqzzy dea1c54
fix
ywqzzy 164a00e
Merge branch 'master' of https://github.com/pingcap/tidb into dynamic…
ywqzzy 851a802
fix
ywqzzy 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
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
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
Oops, something went wrong.
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.
Why this function always return true?