Description
Ratis logs are purged only up to the least commit index on all the peers. But if one peer is down, it stop log purging on all the peers. If the Ratis server takes snapshots, then we can purge logs up to the snapshot index even if some peer has not committed up to that index. When the peer rejoins the ring, instead of ratis logs, it can get the snapshot to catch up.
Attachments
Attachments
Issue Links
- is duplicated by
-
RATIS-562 Add a configurable Purge after Snapshot Policy in Ratis
- Resolved