-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: remove defensive check utilities
Most defensive checks are replaced with `debug_assert!` embedded in Engine. `StoreExt` as a `RaftStorage` wrapper that implements defensive checks are no longer needed. `StoreExt` are mainly used for testing and it is very slow so that can not be used in production. - Remove structs: `StoreExt`, `DefensiveStoreBuilder` - Remove traits: `Wrapper`, `DefensiveCheckBase`, `DefensiveCheck`,
- Loading branch information
1 parent
f69b4fd
commit 6cafa97
Showing
10 changed files
with
10 additions
and
1,241 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
Oops, something went wrong.