forked from ShishirPatil/gorilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RAFT Recovery Mode for interruptions (ShishirPatil#410)
Implemented a "safe"/recovery mode that periodically saves chunks into "checkpoint" datasets while also keeping track of the current chunk number. In the case of an interruption or crash, the script resumes at the saved chunk number. After all chunks have been processed, all checkpoint datasets are concatenated and saved as one final dataset. Added an argument allowing user to choose whether to run RAFT in safe or fast mode (defaults to safe). Close ShishirPatil#394 --------- Co-authored-by: Kaihao Wen <[email protected]>
- Loading branch information
Showing
3 changed files
with
64 additions
and
10 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
Binary file not shown.