Skip to main content

ReadExecutionId

Type Alias ReadExecutionId 

Source
pub type ReadExecutionId = RequestId;
Expand description

The ID shared by the coordinator, every range-worker request, the terminal summary, and the HTTP cancellation route.

This deliberately reuses the cluster request ID rather than introducing a second correlation value which could be accidentally omitted from a worker cancellation message.

Aliased Typeยง

pub struct ReadExecutionId(/* private fields */);