Skip to main content

Module recovery_manager

Module recovery_manager 

Source
Expand description

Unified recovery manager. Checkpoint recovery: selects a committed manifest and resolves its operator-state sidecar. Runtime owners restore sources, sinks, tables, and operators from that single recovered cut.

Structs§

RecoveredState
Result of a successful recovery from a checkpoint.
RecoveryManager
Loads the latest viable CheckpointManifest and resolves its external operator state.
VnodeRehydration
Outcome of rehydrating a set of vnodes from durable state.
VnodeRehydrator
Reads an exact Commit-outcome-bound partial.bin chain for requested vnodes. Applying the bytes is the caller’s responsibility.