*: use another etcd client for election (#6409)#6454
*: use another etcd client for election (#6409)#6454ti-chi-bot[bot] merged 3 commits intotikv:release-6.5from
Conversation
ref tikv#6403 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## release-6.5 #6454 +/- ##
===============================================
- Coverage 75.67% 75.64% -0.04%
===============================================
Files 330 330
Lines 33009 33023 +14
===============================================
Hits 24980 24980
Misses 5882 5882
- Partials 2147 2161 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
@nolouch PTAL |
|
/merge |
|
@nolouch: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 94a0307 |
|
@ti-chi-bot: Your PR was out of date, I have automatically updated it for you. If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
This is an automated cherry-pick of #6409
What problem does this PR solve?
Issue Number: Ref #6403.
What is changed and how does it work?
This PR tries to use another etcd client for the election to prevent the throttling of one connection.
Check List
Tests
Release note