Hi there
I have a problem where for some datasets, no checksums were computed. Now, for all files being registered, a checksum is computed. I need the checksum for downstream analysis of the data and to make sure that the data stays the same while it is stored in the datastore.
Is there an easy way to trigger the checksum calculation of CRC32 checksums for existing files missing said checksum (like deleting some marker files/changing some entries in the database)?
Solved it.
For us all it took is to locate the entry in the data_set_files table (path info db) and remove the wrong checksum. After a restart of the datastore server, it recalculated the checksum correctly.