hey,
I have 2 master distributed setup of orientdb in production.
My default-distributed-db-config.json
{
"writeQuorum": "majority",
"executionMode": "undefined",
"readYourWrites": true,
"newNodeStrategy": "dynamic",
"servers": {
"orientMaster": "master",
"orientMaster2": "master"
},
"clusters": {
"internal": {
},
"*": {
"servers": ["<NEW_NODE>"]
}
}
}
somehow few of the records have different version id's of the different
servers. One of them has v57 and other v55
Because of this i am getting :
"Cannot UPDATE the record #25:426820 because the version is not the latest.
Probably you are updating an old record or it has been modified by another
user (db=v57 your=v55)\r\n\tDB name=\"superuser\""
at client side.
I am using orientdb 2.2.21
Is this a known issue? how can i fix this?. how is this not detected in
synchronisation?
Need help immediately because i am using this in production.
Thanks,
Zeeshan
--
---
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.