--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/raft-dev/94d445e1-d999-45c1-be53-f64934e5d3e7n%40googlegroups.com.
Yes. Persisting the commit index offers clear benefits: upon startup, the server can immediately restore to the latest committed state. This eliminates the need to implement additional barriers that would otherwise be required to prevent clients from reading obsolete data from the state machine during recovery.
OpenRaft provides this feature already: