-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate local WAL regions (#4715)
* feat: allow to flush region before migrating * fix: fix unit tests * feat: allow to set `flush_timeout` * feat: skip to replay memtable * fix: fix unit tests * test: add more tests * refactor: simplify timeout logical * test: add unit tests * test: add unit tests * chore: update comments * fix: fix unit tests * fix: fmt and clippy * feat: change default timeout to 30s * fix: throw `ExceededDeadline` error * test: add tests for `downgrade_region_with_retry` * chore: apply suggestions from CR * chore: apply suggestions from CR * chore: apply suggestions from CR * chore: update proto to `3633474` * refactor: refactor `upgrade_region_with_retry` * chore: apply suggestions from CR
- Loading branch information
Showing
23 changed files
with
847 additions
and
271 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.