Skip to content

analyze-disk-representation: Check the disk representation

Antoine R. Dumont requested to merge check-the-checks-output into master

As our journal client have caught up with the replayer ones. We have some false negative. Object that were not yet in cassandra because they were not yet replayed. So this is a script to detect those false negatives and drop them.

The idea is to provide a folder holding the swhid object to replay. The script will iterate over it and double check the presence in cassandra. If actually present, we detected a false negative (it's not to be replayed) so we can drop the disk representation.

@guillaume ^

Refs. swh/infra/sysadm-environment#4707

Edited by Antoine R. Dumont

Merge request reports