tests_fuzz::utils::partition

Function region_distribution

Source
pub fn region_distribution(
    partitions: Vec<Partition>,
) -> BTreeMap<u64, Vec<RegionId>>
Expand description

Creates a distribution map of regions to datanodes based on the provided partitions.

This function iterates over the provided partitions and groups the regions by their associated datanode IDs.