Jose Hernandez wrote [01/17/2007 01:45 PM]:


Hi,


I've a really simple scenario buy i cannot mannage to work it.

I have 1 controller and 2 databases (copied from demo). I have the system working, and i cut the net connection to database node2. I write to database node1 and later re-enable net connection to database node2.

The problem is that write operation aren't synchronized into database node2 automatically. what is the problem


If you cut the net connection to node2, your write should cause the corresponding backend "node3" to automatically go down disabled because of the failed write. This backend is automatically disabled and considered faulty because the other backend succeeded.

This backend is now 'dead'.

If you want to 'synchronize' it, you have to restore it from a dump and then enable it. When you enable it, sequoia will catchup missing writes and synchronize it automatically for you.

A+O.

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to