Task #2684
Story #2680: MN.getReplica() should be a Tier1 method
Ensure getReplica method is supported in Mercury MN implementations
Status:
Closed
Priority:
High
Assignee:
Jim Green
Category:
mn.Mercury
Target version:
Start date:
2012-05-01
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
A recent correction in the DataONE APIs corrects an oversight that would prevent replication of content from a Tier 1 member node such as the Mercury based nodes.
A method "getReplica" has been moved from Tier4 to Tier1, and so must be supported.
For a Tier1 implementation, getReplica is the same as a regular "get()" operation except that the call is logged as a "replica" event instead of a "read".
The method is documented at: http://mule1.dataone.org/ArchitectureDocs-current/apis/MN_APIs.html#MNReplication.getReplica
History
#1 Updated by Dave Vieglais over 12 years ago
- Status changed from New to Closed
Appears to be implemented.