Hi,

I'm running 2 VMs in Windows Azure cloud services.
I would like to have 2 master nodes that will act as a hot backup of each 
other (because Windows Azure can take down machine at any time for updates 
purposes...)
Therefore, i'm looking for configuration that will keep my nodes synced 
with all of my data all the time.
I'm using v2.0.13.

My current configuration is:
{
    "autoDeploy": true,
    "hotAlignment": true,
    "executionMode": "asynchronous",
    "readQuorum": 1,
    "writeQuorum": 2,
    "failureAvailableNodesLessQuorum": false,
    "readYourWrites": true,
    "clusters": {
        "internal": {
        },
        "index": {
        },
        "*": {
            "servers" : [ "<NEW_NODE>" ]
        }
    }
}

During my tests I took 1 machine off, inserted some records and brought the 
node back online.
I see that the nodes didn't sync. even though the hotAlignment is set to 
true - the new records was not copied to the other node.

What am I missing?

Thanks!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to