-
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
*: optimize mpp probe #39932
Merged
ti-chi-bot
merged 33 commits into
pingcap:master
from
hackersean:sean/optimize-mpp-probe
Dec 22, 2022
Merged
*: optimize mpp probe #39932
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d6eda84
add mpp probe realize
hackersean 8aab258
add mpp probe realize
hackersean e9ce294
optmize the mpp probe in query
hackersean 9859e9b
Merge branch 'master' into sean/optimize-mpp-probe
hackersean aedd8a4
bugfix and optmize log
hackersean b86ec48
add metrics and fix unit test.
hackersean d6c576f
clean unse code for mppStoreLastFailTime
hackersean aafaba4
add unit test and fix some bugs
hackersean 5840aaf
Merge remote-tracking branch 'origin/master' into sean/optimize-mpp-p…
hackersean 0c9ff8e
use store manage background goroutine
hackersean 7d2705d
fix DATA RACE
hackersean 3864a7e
stop background goroutine when store close
hackersean 4275876
add log for store
hackersean 1232ccb
fix goleak in unittest
hackersean 40a14d3
Merge remote-tracking branch 'origin/master' into sean/optimize-mpp-p…
hackersean ac92481
Merge remote-tracking branch 'origin/master' into sean/optimize-mpp-p…
hackersean 417a18b
Merge remote-tracking branch 'origin/master' into sean/optimize-mpp-p…
hackersean 1fe1b6f
move wg.Done to defer
hackersean 8a74a87
Merge branch 'sean/optimize-mpp-probe' of github.com:hackersean/tidb …
hackersean 80554ef
Merge branch 'sean/optimize-mpp-probe' of github.com:hackersean/tidb …
hackersean 099bbd7
Merge branch 'sean/optimize-mpp-probe' of github.com:hackersean/tidb …
hackersean 529a5ae
Merge branch 'sean/optimize-mpp-probe' of github.com:hackersean/tidb …
hackersean 5926d8f
Merge branch 'sean/optimize-mpp-probe' of github.com:hackersean/tidb …
hackersean 93ae0f3
add logs
hackersean b4347c6
add logs
hackersean d060004
Merge branch 'sean/optimize-mpp-probe' of github.com:hackersean/tidb …
hackersean 454028b
fix unitest goleak
hackersean d385629
optimize lock for query
hackersean 616973d
move background goroutine to main
hackersean ec3410b
Merge branch 'master' into sean/optimize-mpp-probe
hawkingrei 59b45b8
optmize for metris and some code
hackersean 18226b2
fix some problem
hackersean 54dc11e
Merge branch 'master' into sean/optimize-mpp-probe
hackersean 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
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.
What does
detector heartbeat
means?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.
metric in probe's cycle,it is used to indicate that the prober is working