View Revisions: Issue #1836

Summary 0001836: The removal of a node isn't synchronized to other nodes in a master to master scenario
Revision 2014-07-28 13:24 by chenson
Description The removal of a node isn't synchronized to other nodes in a master to master scenario.

Example:

All nodes belong to the same group and have a master to master node group link.

Node 1 (registration server)
Node 2 (connected to the Node 1)
Node 3 (connected to the Node 1)

At the Node2 I'm deleting Node1 and expecting that this change will be replicated to the Node3. But this change is not replicated.
Revision 2014-07-28 13:22 by chenson
Description The removal of a node isn't synchronized to other nodes in a master to master scenario