-
Notifications
You must be signed in to change notification settings - Fork 720
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
ctl: clone tls config to avoid reusing connection #7740
Conversation
Signed-off-by: husharp <[email protected]>
[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. Reviewer can indicate their review by submitting an approval review. |
/check-issue-triage-complete |
Signed-off-by: husharp <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7740 +/- ##
==========================================
+ Coverage 73.68% 73.80% +0.12%
==========================================
Files 429 429
Lines 47591 47591
==========================================
+ Hits 35068 35126 +58
+ Misses 9520 9472 -48
+ Partials 3003 2993 -10
Flags with carried forward coverage won't be shown. Click here to find out more. |
/merge |
@JmPotato: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger
Instructions 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. Commit hash: d1285fa
|
/cherry-pick release-7.6 |
In response to a cherrypick label: new pull request created to branch |
@ti-chi-bot: new pull request could not be created: failed to create pull request against tikv/pd#release-7.6 from head ti-chi-bot:cherry-pick-7740-to-release-7.6: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for ti-chi-bot:cherry-pick-7740-to-release-7.6."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request"} In response to this:
Instructions 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. |
close #7739 Signed-off-by: husharp <[email protected]> Co-authored-by: husharp <[email protected]>
What problem does this PR solve?
Issue Number: Close #7739
What is changed and how does it work?
can check error log
update member
store url
they are using URL in the same time
Check List
Tests
Release note