-
Notifications
You must be signed in to change notification settings - Fork 502
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 rpc cli #6057
base: master
Are you sure you want to change the base?
Tikv rpc cli #6057
Conversation
Signed-off-by: hillium <[email protected]>
…o tikv-rpc-cli Signed-off-by: hillium <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: hillium <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6057 +/- ##
==========================================
- Coverage 57.19% 55.66% -1.54%
==========================================
Files 259 266 +7
Lines 33233 46260 +13027
==========================================
+ Hits 19008 25750 +6742
- Misses 12291 18504 +6213
- Partials 1934 2006 +72
|
Signed-off-by: hillium <[email protected]>
What problem does this PR solve?
During rolling restart, the lag of log backup may be increased because progress lost of the restarted TiKV.
Closes #6046
What is changed and how does it work?
This added a gRPC Client to TiKV and manually triggered
FlushNow
when gracefully restarting a TiKV.Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.