forked from MystenLabs/sui
-
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.
Enable write-ahead log, recover in-progress TXes at startup. (MystenL…
…abs#2518) * Use the WriteAheadLog to recover partially commited transactions. * Ensure that we never get stuck in an infinite recovery loop If a poison pill tx is ever found (that somehow crashes the validator) we must stop retrying it every time we restart. * Writing effects must be the last step * fmt * Improve logging * Remove shared locks only after effects have been stored * Address PR comments * Ensure we never broadcast an effects digest for which there are no stored effects * Fix gateway state updates * fmt * PR feedback
- Loading branch information
1 parent
87ea17d
commit 6f33388
Showing
7 changed files
with
374 additions
and
141 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
Oops, something went wrong.