analyze-disk-representation: Check the disk representation
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.
Edited by Antoine R. Dumont