Skip to main content

ShardRefusals

Type Alias ShardRefusals 

Source
pub type ShardRefusals = Vec<usize>;
Expand description

One shard’s refusals: the start byte of each record the scan dropped for an instance name above u32::MAX (#3395), strictly increasing.

Offsets, not a count, because a shard cannot tell on its own which of its refusals are real — see [scan_shard_with_diagnostics], which is where that “cannot report from inside a shard” reasoning actually lives.

Aliased Type§

pub struct ShardRefusals { /* private fields */ }