Task #1401
Story #1388: implement MN-MN replication manager in CN stack
Update System Metadata during replication
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_replication
Target version:
Start date:
2011-03-01
Due date:
% Done:
100%
Milestone:
CCI-0.7.0
Product Version:
*
Story Points:
Sprint:
Description
The ReplicationService class needs to maintain the status of replicated objects by updating the system metadata for that object while replication is occurring. This includes:
1) Adding new Relicas to the list
2) Updating the Replica list, showing the ReplicationStatus as QUEUED, COMPLETE, etc. during the processing
This will be done by locking the object in the shared Hazelcast object lock, and then performing the modifications to the system metadata.
History
#1 Updated by Robert Waltz over 13 years ago
- Assignee set to Robert Waltz
#2 Updated by Robert Waltz over 13 years ago
- Category set to d1_replication
- Assignee changed from Robert Waltz to Chris Jones
- Milestone set to CCI-0.7.0
#3 Updated by Chris Jones over 13 years ago
- Subject changed from Replica list should be updated to Update System Metadata during replication
#4 Updated by Chris Jones over 13 years ago
- Status changed from New to Closed
Implemented in ReplicationService.