You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a raft-rs is initialised with a hard and config state it crashes when trying to replay already applied logs. Since raft logs are not treated as idempotent their re-application fails and crashes raft-rs.
Expected behavior
Either: logs prior to the hardstate commit index are not replayed.
Or: raft logs are treated as idempotent and replaying them will have no effect
The text was updated successfully, but these errors were encountered:
Describe the bug
When a raft-rs is initialised with a hard and config state it crashes when trying to replay already applied logs. Since raft logs are not treated as idempotent their re-application fails and crashes raft-rs.
To Reproduce
See #314
Expected behavior
Either: logs prior to the hardstate commit index are not replayed.
Or: raft logs are treated as idempotent and replaying them will have no effect
The text was updated successfully, but these errors were encountered: