-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Checkpoint: improve flush handler Signed-off-by: Annanay <[email protected]> * Checkpoint: fleshing out basic structure Signed-off-by: Annanay <[email protected]> * Actually return list of blocks from GetBlocksToBeFlushed Signed-off-by: Annanay <[email protected]> * Checkpoint: Address review feedback Signed-off-by: Annanay <[email protected]> * Checkpoint: flush immediate in sweepAllInstances and wait for all work in ShutdownHandler Signed-off-by: Annanay <[email protected]> * Add shutdown endpoint Signed-off-by: Annanay <[email protected]> * Finish implementation, add tests Signed-off-by: Annanay <[email protected]> * Checkpoint: Add blockID to flushOp Signed-off-by: Annanay <[email protected]> * Retry on failure in instance.CompleteBlock() Signed-off-by: Annanay <[email protected]> * Lintin Signed-off-by: Annanay <[email protected]> * Metric every err Signed-off-by: Annanay <[email protected]> * Fix tests Signed-off-by: Annanay <[email protected]> * Add CHANGELOG entry Signed-off-by: Annanay <[email protected]> * Increase test sleep Signed-off-by: Annanay <[email protected]>
- Loading branch information
Showing
9 changed files
with
257 additions
and
111 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
Oops, something went wrong.