Story #8757
Updated by Chris Jones almost 6 years ago
The `MNAuditTask.call()` method is hardcoded to use `MD5` checksums on line 277. It requests the Member Node to generate an `MD5` checksum, and then compares that checksum checsum to the checksum stated in the Coordinating Node`s cached `SystemMetadata.checksum` field for the object. This obviously will fail for objects that submitted objects using `SHA-1` or other algorithms.