aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
16 stars 8 forks source link

Check and clean up duplicates in `Container.clean_storage` #72

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

As soon as the branch fix_37_concurrency_win is imported, remember to solve the following in Container.clean_storage:

   # TODO: implement logic to check, remove duplicates if the corresponding existing
   # (loose or packed) file exists and is correct, otherwise replace, or show an error.