Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Move replay + error correction logic to commit log
Makes `CommitLog` a read-only handle and introduces `CommitLogMut`, allowing to append. This better encapsulates the error detection and trimming logic, and enforces it to be executed before being able to mutate the log.
- Loading branch information