-
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
tikv: fix region cache do not filter the down peers #17337
tikv: fix region cache do not filter the down peers #17337
Conversation
/run-check_dev_2 |
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.
LGTM
/run-unit-test |
Codecov Report
@@ Coverage Diff @@
## master #17337 +/- ##
===========================================
Coverage 79.8439% 79.8439%
===========================================
Files 520 520
Lines 139943 139943
===========================================
Hits 111736 111736
Misses 19236 19236
Partials 8971 8971 |
Co-authored-by: Zejun Li <me@bobotu.dev>
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.
LGTM
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.
LGTM
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@lzmhhh123 merge failed. |
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
/run-all-tests |
/merge |
1 similar comment
/merge |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17342 |
What problem does this PR solve?
Issue Number: close #17336
Problem Summary: filter the down peers to avoid accessing down peers in follower read and tiflash read(learner read).
What is changed and how it works?
What's Changed: filter the available peers.
Related changes
Check List
Tests
Side effects
Release note