Skip to content
Snippets Groups Projects

fix: used to persist applied index before commit index

Merged Georgy Moshkin requested to merge gmoshkin/fix-commit-less-than-applied into master
All threads resolved!
Files
16
+ 2
2
@@ -12,10 +12,10 @@ use thiserror::Error;
pub enum Error {
#[error("uninitialized yet")]
Uninitialized,
#[error("events system is uninitialized yet")]
EventsUninitialized,
#[error("timeout")]
Timeout,
#[error("current instance is expelled from the cluster")]
Expelled,
#[error("{0}")]
Raft(#[from] raft::Error),
#[error("downcast error: expected {expected:?}, actual: {actual:?}")]
Loading