swh.scrubber.journal_checker module#
Reads all objects in a swh-storage instance and recomputes their checksums.
- class swh.scrubber.journal_checker.JournalChecker(db: ScrubberDb, config_id: int, journal_client_config: Dict[str, Any])[source]#
Bases:
BaseChecker
Reads a chunk of a swh-storage database, recomputes checksums, and reports errors in a separate database.