-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: ensure that spans of reproposals of applied commands are not…
… used This commit deals with the case where more than one reproposal of a command exists at the same MaxAppliedIndex. Code that already exist prevents the command from being finished more than once but leaves open the possibility of writing events into a potentially closed span. Release note: None
- Loading branch information
1 parent
61651a2
commit 5bd37e8
Showing
2 changed files
with
108 additions
and
0 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