-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support region based wal replay (#976)
## Rationale Part of #799 ## Detailed Changes - Define `WalReplayer` to carry out replay work. - Support both `TableBased`(original) and `RegionBased` replay mode in `WalReplayer`. - Expose related configs. ## Test Plan - Modify exist unit tests to cover the `RegionBased` wal replay. - Refactor the integration test to cover recovery logic(TODO).
- Loading branch information
Showing
13 changed files
with
979 additions
and
303 deletions.
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
Oops, something went wrong.