-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an API to schedule snapshot creation (#483)
* Added `schedule_snapshot_creation()` API to manually create a snapshot. * Unlike `create_snapshot()`, if snapshot creation is already in progress, it will wait and create another snapshot on the next available log index number.
- Loading branch information
1 parent
843efd3
commit b54b09c
Showing
5 changed files
with
191 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,8 +135,7 @@ We welcome contributions. If you find any bugs, potential flaws and edge cases, | |
|
||
Contact | ||
------- | ||
* Jung-Sang Ahn <[email protected]> | ||
* Gene Zhang <[email protected]> | ||
* Jung-Sang Ahn <[email protected]> | ||
|
||
|
||
License Information | ||
|
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