Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
In JRaft, snapshotting works through files: first, a snapshot is written to a file, later it is sent to follower(s).
This requires additional FS space, and it is a bit strange for in-memory cases.
We need to switch to streaming way of doing snapshots: when the leader needs to bootstrap a follower, it opens a 'channel' to the follower, starts producing a snapshot and streaming it to the follower. The follower applies the snapshot in the same streaming way.
This ticket is about modifying JRaft internal infrastructure to switch to snapshot streaming.
See IGNITE-17083
Attachments
Attachments
Issue Links
- split from
-
IGNITE-17083 Base classes for full rebalance procedure
- Resolved