pub async fn sync_follower_regions(
    context: &DdlContext,
    table_id: TableId,
    results: &[RegionResponse],
    region_routes: &[RegionRoute],
    engine: &str,
) -> Result<()>Expand description
Sync follower regions on datanodes.
pub async fn sync_follower_regions(
    context: &DdlContext,
    table_id: TableId,
    results: &[RegionResponse],
    region_routes: &[RegionRoute],
    engine: &str,
) -> Result<()>Sync follower regions on datanodes.