-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Freeze and backup thread pools * Remove freezed data for one table * Freeze workers option in config * More flexibility of data generation for tests * Parallel freeze test * Move executors to subclass * Partition by prefix to fix dedup tests * Fix codespell * Fix for old python * Remove backup executor and backup in the main thread * Fix black * Fix race condition with shadow/increment.txt * Parallel backup * Fix unit test - can't pickle lock * Revert "Fix unit test - can't pickle lock" This reverts commit 6933163. * Revert "Parallel backup" This reverts commit 0214f1e. * Backup tables after all tables are frozen * Move thread pool related logic to separate class * Move all freeze related logic to TableFreezer * Small fixes * Fix exception suppression in TableFreezer's __exit__ * Fix mypy * Fix black * Move freeze logic to the method
- Loading branch information
1 parent
0b008ff
commit 248e0ce
Showing
10 changed files
with
324 additions
and
96 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
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.