Task #7162
Member node does not check with coordinating node before replicating
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
2015-06-05
Due date:
% Done:
0%
Story Points:
Sprint:
Description
Replication is supposed to follow a sequence:
CN — MN.replicate( ) —> newReplicaMN
newReplicatMN —- MN.getReplica( ) —> sourceMN
sourceMN — CN.isNodeAuthorized() —> CN
newReplicaMN — CN.setReplicationStatus( ) —> CN
However, CN.isNodeAuthorized is not called before sourceMN replicates to newReplicaMN