-
Notifications
You must be signed in to change notification settings - Fork 6k
disttask: task executor slot manager #49136
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
Merged
ti-chi-bot
merged 28 commits into
pingcap:master
from
okJiang:disttask-rc/scheduler-slot-manager
Dec 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
6295f58
rename
okJiang eae2e5e
save work
okJiang 45e4b72
Merge branch 'master' of https://github.com/pingcap/tidb into disttas…
okJiang 26e6254
Merge branch 'master' of https://github.com/pingcap/tidb into disttas…
okJiang 66c50ed
rename GetSubtasksByStepAndStates
okJiang bfc0084
implement priority quere for task and slotManager
okJiang 6df88d1
add ut
okJiang 908b65c
fix ut
okJiang 59db269
Merge branch 'master' of https://github.com/pingcap/tidb into disttas…
okJiang ff93eab
fix bazel
okJiang b69f291
add comment, fix bazel
okJiang f54e5d7
fix comment
okJiang 8809905
add ut
okJiang b57efc6
fix comment
okJiang 133f34b
add comment
okJiang e6006d1
Merge branch 'master' of https://github.com/pingcap/tidb into disttas…
okJiang 0a72a54
delete priority queue
okJiang 4a0ef07
remove useless convert
okJiang 3c1beb9
fix bazel
okJiang 8cc2e33
fix ut
okJiang c640046
Refactor slot management in task executor
okJiang c442754
Update pkg/disttask/framework/taskexecutor/slot.go
okJiang 3781105
fix comment
okJiang 6392faf
fix comment
okJiang 7d9f45e
Merge branch 'master' of https://github.com/pingcap/tidb into disttas…
okJiang 2003d2a
fix comment: refactor ut
okJiang a34651f
fix comment
okJiang 06422f4
fix comment
okJiang 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 hidden or 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 hidden or 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.
if it's moved out, we have to free on error
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.
yes👍
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.
06422f4