-
Notifications
You must be signed in to change notification settings - Fork 409
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 min tso scheduler for each resource group #8072
Merged
ti-chi-bot
merged 27 commits into
pingcap:master
from
guo-shaoge:resource_control_part_4
Sep 20, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
25ef095
refine MinTSOScheduler for resource control
guo-shaoge 53c15ed
Merge branch 'master' of github.com:pingcap/tiflash into resource_con…
guo-shaoge d7335e2
refine metric
guo-shaoge 3b66abd
detail -> entry
guo-shaoge 8da9c62
case; refine
guo-shaoge 2a78ab9
rename tso metric name
guo-shaoge 3dd452b
rename metric name
guo-shaoge e5cc3a5
fix case
guo-shaoge e77b04e
refine
guo-shaoge 5aedfbd
refine
guo-shaoge c51248f
fix
guo-shaoge fea6f0a
fmt
guo-shaoge 4c40a00
Merge branch 'master' into resource_control_part_4
guo-shaoge e6cf492
unit test for TokenBucket::compact()
guo-shaoge 3de0125
Merge branch 'resource_control_part_4' of github.com:guo-shaoge/tifla…
guo-shaoge 8a9313d
Merge branch 'master' into resource_control_part_4
guo-shaoge c7f0d53
refine compact()
guo-shaoge c159c8a
Merge branch 'resource_control_part_4' of github.com:guo-shaoge/tifla…
guo-shaoge 26efb8b
Update dbms/src/Flash/Mpp/MinTSOScheduler.cpp
guo-shaoge 5a7f854
Update dbms/src/Flash/Mpp/MinTSOScheduler.cpp
guo-shaoge acff759
RUNTIME_CHECK -> assert
guo-shaoge 7d7e4e9
Merge branch 'resource_control_part_4' of github.com:guo-shaoge/tifla…
guo-shaoge c47e0a9
scheduler_entries -> group_entries; mustGetGroupEntry
guo-shaoge d4cd18b
add metric for group_entry count
guo-shaoge bae1018
refine metric
guo-shaoge 59c0e70
fill_rate_ms
guo-shaoge eadc7c4
Merge branch 'master' into resource_control_part_4
ti-chi-bot[bot] 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
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.
will consume read_ru in next pr
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.
#8097