-
Notifications
You must be signed in to change notification settings - Fork 288
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
kv/client: support reconnect regions when no event received too long (#1591,#1674,#1686) #1668
kv/client: support reconnect regions when no event received too long (#1591,#1674,#1686) #1668
Conversation
/run-all-tests |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
3dbacff
to
4efc35c
Compare
/run-all-tests |
/run-all-tests |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0-pending #1668 +/- ##
========================================================
Coverage ? 50.6473%
========================================================
Files ? 152
Lines ? 15835
Branches ? 0
========================================================
Hits ? 8020
Misses ? 6978
Partials ? 837 |
/lgtm |
[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 writing |
This pull request has been accepted and is ready to merge. Commit hash: f9c5cf9
|
/run-all-tests |
/run-kafka-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f3db866
|
/run-unit-tests |
/run-integration-tests |
/run-all-tests |
/run-kafka-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 53bb12c
|
@ti-srebot: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests 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. 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. |
/run-all-tests |
/run-leak-tests |
cherry-pick #1591 to release-4.0
You can switch your code base to this Pull Request by using git-extras:
# In ticdc repo: git pr https://github.com/pingcap/ticdc/pull/1668
After apply modifications, you can push your change to this PR via:
What problem does this PR solve?
Solve https://github.com/pingcap/ticdc/issues/1586 (This is the master PR, release-5.0 PR is https://github.com/pingcap/ticdc/pull/1589)
NOTE, need discussion:
After discussion
What is changed and how it works?
15 minutes
, force the gRPC stream to reconnectCheck List
Tests
Release note