Module barrier_manager

Source

Re-exportsยง

pub use progress::CreateMviewProgressReporter;

Modulesยง

await_epoch_completed_future ๐Ÿ”’
managed_state ๐Ÿ”’
progress ๐Ÿ”’

Structsยง

BarrierCompleteResult
Collect result of some barrier on current compute node. Will be reported to the meta service.
ControlStreamHandle ๐Ÿ”’
EventSender ๐Ÿ”’
LocalBarrierManager
LocalBarrierWorker ๐Ÿ”’
LocalBarrierWorker manages barrier control flow, used by local stream manager. Specifically, LocalBarrierWorker serve barrier injection from meta server, send the barriers to and collect them from all actors, and finally report the progress.
LocalBarrierWorkerDebugInfo ๐Ÿ”’
StreamActorManager ๐Ÿ”’

Enumsยง

LocalActorOperation ๐Ÿ”’
LocalBarrierEvent ๐Ÿ”’

Constantsยง

ENABLE_BARRIER_AGGREGATION
If enabled, all actors will be grouped in the same tracing span within one epoch. Note that this option will significantly increase the overhead of tracing.

Functionsยง

sync_epoch ๐Ÿ”’

Type Aliasesยง

ScoredStreamError ๐Ÿ”’
A StreamError with a score, used to find the root cause of actor failures.