-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Update etcdutl migrate command: load wal records from the latest snapshot #19128
Conversation
6fe83fd
to
be38b22
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 19 files with indirect coverage changes @@ Coverage Diff @@
## main #19128 +/- ##
==========================================
+ Coverage 68.74% 68.75% +0.01%
==========================================
Files 420 420
Lines 35647 35663 +16
==========================================
+ Hits 24504 24521 +17
- Misses 9713 9717 +4
+ Partials 1430 1425 -5 Continue to review full report in Codecov by Sentry.
|
/retest |
5386eef
to
44cb583
Compare
Changes in server/etcdserver/apply/apply.go
44cb583
to
7f7ebde
Compare
7f7ebde
to
b99b962
Compare
…shot Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
28b7087
to
ec52e35
Compare
/test pull-etcd-integration-1-cpu-amd64 |
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 on green
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, fuweid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-etcd-robustness-arm64 |
Resolve #17227
cc @serathius @ivanvc @jmhbnz @fuweid @siyuanfoundation
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.