Task #8776
Story #8756: Ensure replica auditor is effective
Set valid replica status to completed
Start date:
2019-03-12
Due date:
% Done:
0%
Story Points:
Sprint:
Description
In MNAuditTask.call()
we audit replica checksums, but on success, we only set the Replica.replicaVerified
field to the current date. We don't set the Replica.replicationStatus
field to COMPLETED
. This is an issue because the Replica
entry in the SystemMetadata
may have been set to FAILED
or INVALIDATED
, but may now be valid, and so would need to be updated.