Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
Docs Required, Release Notes Required
Description
Raft supports some kind of rebalancing out-of-the-box by sending pieces of its log from up-to-date nodes to a fell behind nodes.
But when there is not enough Raft log available (because Raft took a snapshot in storage and compacted its log) Raft tries to send a snapshot first.
Storage should provide an API to Raft to send a snapshot to a given node.
Attachments
Issue Links
- duplicates
-
IGNITE-15298 Implement RAFT snapshots for persistent partitions storage
- Resolved