This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Add lastbackupts argument to support incremental backup/restore#109
Merged
5kbpers merged 21 commits intopingcap:masterfrom Dec 30, 2019
Merged
Add lastbackupts argument to support incremental backup/restore#1095kbpers merged 21 commits intopingcap:masterfrom
5kbpers merged 21 commits intopingcap:masterfrom
Conversation
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
58f9aca to
f73116c
Compare
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
92f3c50 to
44ba065
Compare
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
overvenus
reviewed
Dec 16, 2019
| github.com/pingcap/check v0.0.0-20190102082844-67f458068fc8 | ||
| github.com/pingcap/errors v0.11.4 | ||
| github.com/pingcap/kvproto v0.0.0-20191212073621-373b0fec09a1 | ||
| github.com/pingcap/kvproto v0.0.0-20191212110315-d6a9d626988c |
Member
There was a problem hiding this comment.
Please use kvproto@release-3.1 release-3.1 is no longer required since #112
cmd/validate.go
Outdated
| origin sha256 is %s`, file.Name, hex.EncodeToString(s[:]), hex.EncodeToString(file.Sha256)) | ||
| backup data checksum failed: %s may be changed | ||
| calculated sha256 is %s, | ||
| origin sha256 is %s`, |
Member
There was a problem hiding this comment.
Please remove the leading \ts, otherwise, the log looks weird.
backup data checksum failed: %s may be changed
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Member
|
/run-integration-tests |
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Contributor
|
/run-integration-tests |
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
==========================================
- Coverage 77.56% 72.88% -4.69%
==========================================
Files 33 33
Lines 3976 3223 -753
==========================================
- Hits 3084 2349 -735
+ Misses 597 585 -12
+ Partials 295 289 -6
Continue to review full report at Codecov.
|
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
overvenus
pushed a commit
to overvenus/br-1
that referenced
this pull request
Dec 29, 2020
…p#109) A few tests need to relaxed due to the coarser ID assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR has two part: backup and restore:
Most modification on backup is :
StartVersionforBackupRequestMost modification on restore is:
lastbackupts. Import only file afterlastbackuptsClose #85