Description
Current the commit index is not persisted in the Raft log. When a server restarts, it cannot apply its log until it has joined a Raft group. There is no problem if there is a Raft group.
However, a server cannot recover its data when formatting a Raft group is impossible (e.g. a majority of servers are dead). Ideally, a server can safely apply the log up to the commit index. The JIRA is to persist the commit index so that such recovery is possible.
Attachments
Attachments
Issue Links
- depends upon
-
RATIS-371 Change tests so that they do not depend on consecutive log indices
- Resolved