fn check_heartbeat_collected_region_ids(
region_ids: &[RegionId],
heartbeat_collected_region_ids: &HashMap<RegionId, u64>,
) -> Vec<RegionId>
Expand description
Check if the heartbeat collected region ids contains all region ids in the topic-region map.