Task #7369
Feature #6498: V2 Metacat MN and CN Support
Comparing the dateSysmetaModified to make sure client has the current copy of the system metadata in MN.updateSystemMetadata
Start date:
2015-09-19
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
We are using the comparisonof the serial version now. It should be replaced by the dateSystemmetaModified. And we will not use comparison in the CN.updateSystemMetadata.
History
#1 Updated by Jing Tao about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
The MNodeService, CNodeService and D1NodeService classes were modified. Only MN.updateSystemMetadata method checks if the modification date of the system metadata matches. The CN.updateSystemMetadata doesn't check. JUnit testes were modified as well.