Story #8757
Story #8756: Ensure replica auditor is effective
Fix getChecksum() in MNAuditTask to use dynamic checksum algorithms
Start date:
2019-01-14
Due date:
% Done:
0%
Story Points:
Sprint:
Description
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 to the checksum stated in the Coordinating Nodes cached
SystemMetadata.checksumfield for the object. This obviously will fail for objects that submitted objects using
SHA-1` or other algorithms.
History
#1 Updated by Chris Jones almost 6 years ago
- Description updated (diff)
#2 Updated by Chris Jones almost 6 years ago
This is fixed. We need to merge the fix into the deployment branch.