Modules§
- checkpoint π
- command π
- complete_
task π - context π
- edge_
builder π - info π
- manager π
- notifier π
- progress π
- rpc π
- schedule π
- trace π
- utils π
- worker π
Structs§
- Barrier
Scheduler - The sender side of the barrier scheduling queue. Can be cloned and held by other managers to schedule and run barriers.
- Barrier
Worker πRuntime Info Snapshot - Create
Streaming JobCommand Info - Database
Runtime πInfo Snapshot - Global
Barrier Manager - Inflight
Subscription Info - Replace
Stream JobPlan - Replacing an old job with a new one. All actors in the job will be rebuilt.
- Reschedule
Reschedule
is for theCommand::RescheduleFragment
, which is used for rescheduling actors in some fragment, like scaling or migrating.- Scheduled π
- Scheduled command with its notifiers.
- Snapshot
Backfill Info - Traced
Epoch - A wrapper of [
Epoch
] with tracing span, used for issuing epoch-based tracing from the barrier manager on the meta service. This structure is free to clone, whichβll extend the lifetime of the underlying span.
Enums§
- Barrier
Kind - Barrier
Manager πRequest - Barrier
Manager πStatus - Status of barrier manager.
- Command
Command
is the input ofcrate::barrier::worker::GlobalBarrierWorker
. For different commands, it will build different barriers to send, and may do different stuffs after the barrier is collected.- Create
Streaming JobType - Recovery
Reason π - The reason why the cluster is recovering.