Skip to main content

Module replay

Module replay 

Source
Expand description

WAL → Kernel replay (A1 D1-Total bit-identical reconstruction).

Replay is the from-fresh-state path: the caller re-creates the instances referenced by the WAL with matching configs before calling replay_into. The snapshot path (KernelSnapshot plus Kernel::from_snapshot) is the alternative — restore from a point-in-time blob without re-running history.

Structs§

ReplayReport
Aggregated outcome of replay_into.

Enums§

ReplayError
Failure modes for replay_into.

Functions§

replay_into
Replay every record into kernel. The caller must already have created the instances referenced by the WAL; for the integrated path (no manual pre-creation), use Kernel::from_snapshot against a KernelSnapshot instead.