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!
4 files
+ 57
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
0
@@ -1645,6 +1645,8 @@ impl NodeImpl {
tlog!(Warning, "dropping raft light ready: {light_rd:#?}");
panic!("transaction failed: {e}");
}
crate::error_injection!(block "BLOCK_AFTER_RAFT_PERSISTS_COMMIT_INDEX");
}
// Apply committed entries.
Loading