-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- All consensus output is held in memory until all checkpoints built from that output have been committed. This ensures that the epoch db is not corrupted in the event of a fork. - Consensus therefor becomes the primary replay log for all crash recovery. - Additionally this means there are several tables that we no longer need to write to, and their contents can live in memory.
- Loading branch information
1 parent
cd58f63
commit bd63227
Showing
21 changed files
with
1,304 additions
and
756 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.