mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-24 11:36:31 +00:00
Table range deletion
This commit is contained in:
@@ -346,6 +346,8 @@ impl<F: TableSchema + 'static> TableSyncer<F> {
|
||||
}
|
||||
}
|
||||
}
|
||||
let n_checksums = checksums.iter().map(|x| x.children.len()).fold(0, |x, y| x + y);
|
||||
eprintln!("({}) Checksum comparison RPC: {} different out of {}", self.table.name, ret.len(), n_checksums);
|
||||
Ok(ret)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user