This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
restore: make split and restore pipelined. #427
Merged
Merged
Changes from 34 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
bc6224c
restore: make split and restore pipelined.
fb6880c
restore: adapt the unit test.
781e634
restore: disable concurrent split for now
d63e437
restore: remove concurrency limit, fixed checksum time summary
5f1449a
restore: handle a error has been omitted past
32197cd
restore: abstract sink type
f24b5ab
restore: change some log level
e350877
Merge branch 'master' into pipelined-split
YuJuncen 683dbdf
restore: add log when file backed up
9946b3e
restore: unexport some private fields
7b34f2b
restore: grow the restore channel size
b457a96
restore: grow all channel size
c0fe56c
restore: move some synchronous logic to async, call leave on tables w…
e4c9073
Merge branch 'master' into pipelined-split
YuJuncen 55fc7f4
Merge branch 'master' into pipelined-split
YuJuncen 6df57bd
restore: fix conflicted merge
41095e7
Merge branch 'master' into pipelined-split
3pointer 2353785
Merge branch 'master' into pipelined-split
YuJuncen 64c9c88
Merge branch 'master' into pipelined-split
YuJuncen d9bf89d
*: Merge master
8de1774
restore: do clean work in a not closed context
79a249e
restore: fix CI
d51c923
Merge branch 'master' into pipelined-split
YuJuncen 6a29f7f
restore: remove tiflash-relative code
8aee5d6
fix CI
461f40c
restore: fix a malformed printf
0f7af92
Merge branch 'master' into pipelined-split
YuJuncen a8f0f26
Merge branch 'master' into pipelined-split
YuJuncen 7308cba
Merge branch 'master' of https://github.com/pingcap/br into pipelined…
cd40878
Merge branch 'pipelined-split' of https://github.com/YuJuncen/br into…
038e37d
restore: pass context to RestoreFiles
b2c01fc
Merge branch 'master' into pipelined-split
YuJuncen 273fca1
Merge branch 'master' into pipelined-split
YuJuncen c5fe188
Merge branch 'master' into pipelined-split
YuJuncen 1cb094a
restore: reset unexpectedly moved to outside
baa2c7e
Merge branch 'master' into pipelined-split
3pointer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
🤔️
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.
How strange... 🤔