Skip to main content

Software Heritage Datastore Scrubber

Project description

Tools to periodically checks data integrity in swh-storage and swh-objstorage, reports errors, and (try to) fix them.

This is a work in progress; some of the components described below do not exist yet (cassandra storage checker, objstorage checker, recovery, and reinjection)

The Scrubber package is made of the following parts:

Checking

Highly parallel processes continuously read objects from a data store, compute checksums, and write any failure in a database, along with the data of the corrupt object.

There is one “checker” for each datastore package: storage (postgresql and cassandra), journal (kafka), and objstorage.

The journal is “crawled” using its native streaming; others are crawled by range, reusing swh-storage’s backfiller utilities, and checkpointed from time to time to the scrubber’s database (in the checked_range table).

Storage

For the storage checker, a checking configuration must be created before being able to spawn a number of checkers.

A new configuration is created using the swh scrubber check init tool:

$ swh scrubber check init --object-type snapshot --nb-partitions 65536 --name chk-snp
Created configuration chk-snp [2] for checking snapshot in datastore storage postgresql

One (or more) checking worker can then be spawned by using the swh scrubber check storage command:

$ swh scrubber check storage chk-snp
[...]

Recovery

Then, from time to time, jobs go through the list of known corrupt objects, and try to recover the original objects, through various means:

  • Brute-forcing variations until they match their checksum

  • Recovering from another data store

  • As a last resort, recovering from known origins, if any

Reinjection

Finally, when an original object is recovered, it is reinjected in the original data store, replacing the corrupt one.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swh.scrubber-2.0.2.tar.gz (52.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

swh.scrubber-2.0.2-py3-none-any.whl (58.8 kB view details)

Uploaded Python 3

File details

Details for the file swh.scrubber-2.0.2.tar.gz.

File metadata

  • Download URL: swh.scrubber-2.0.2.tar.gz
  • Upload date:
  • Size: 52.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for swh.scrubber-2.0.2.tar.gz
Algorithm Hash digest
SHA256 64886f268ef2caf02c41117413f3c9ed585b4c14f045d761ae22741e3fab15ea
MD5 0becc4b22ad0363cb44aacb35e17bf71
BLAKE2b-256 cc54d0b1e308f7ed49725a7cd5d2105ad536016b20aeb5eb9826008152d7431f

See more details on using hashes here.

File details

Details for the file swh.scrubber-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: swh.scrubber-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 58.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for swh.scrubber-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ef5d653d376f2211df2d6fc85b3a9b478798a83eaf85fedb3f628a6710a16e25
MD5 db81b9c200100f3f00028bd27230f430
BLAKE2b-256 451982a462cb87b7309f320a8e7f35702461190b30abcd43e4943aea3af162f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page