project8 / hornet

Hornet is a nearline data processor for the Project 8 experiment
Other
0 stars 0 forks source link

Mover should copy file to warm storage; Cleanup module needed to remove the duplicate copy #4

Closed nsoblath closed 9 years ago

nsoblath commented 9 years ago

This is implemented instead by having the mover check the hash of the warm file against that of the hot file (taken by the classifier), and only deleting the hot file if they match.

Done in commit 9ada3fe