Module barrier

Source

Modules§

checkpoint πŸ”’
command πŸ”’
complete_task πŸ”’
context πŸ”’
edge_builder πŸ”’
info πŸ”’
manager πŸ”’
notifier πŸ”’
progress πŸ”’
rpc πŸ”’
schedule πŸ”’
trace πŸ”’
utils πŸ”’
worker πŸ”’

Structs§

BarrierScheduler
The sender side of the barrier scheduling queue. Can be cloned and held by other managers to schedule and run barriers.
BarrierWorkerRuntimeInfoSnapshot πŸ”’
CreateStreamingJobCommandInfo
DatabaseRuntimeInfoSnapshot πŸ”’
GlobalBarrierManager
InflightSubscriptionInfo
ReplaceStreamJobPlan
Replacing an old job with a new one. All actors in the job will be rebuilt.
Reschedule
Reschedule is for the Command::RescheduleFragment, which is used for rescheduling actors in some fragment, like scaling or migrating.
Scheduled πŸ”’
Scheduled command with its notifiers.
SnapshotBackfillInfo
TracedEpoch
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§

BarrierKind
BarrierManagerRequest πŸ”’
BarrierManagerStatus πŸ”’
Status of barrier manager.
Command
Command is the input of crate::barrier::worker::GlobalBarrierWorker. For different commands, it will build different barriers to send, and may do different stuffs after the barrier is collected.
CreateStreamingJobType
RecoveryReason πŸ”’
The reason why the cluster is recovering.

Type Aliases§

BarrierManagerRef