-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent replication of data in asynchronous mode of distributed orientdb #3785
Comments
To reproduce the issue easily you may use only 1 document. I have reproduced the same issue with 1 document. Please follow below steps:
Note: create index key_usertable_Index on usertable(key) unique; Please let me know, how can i handle this scenario. Thamks, |
There are two points to note about this issue:
Thanks, |
Please could you retry against last 2.0.6-SNAPSHOT? |
@lvca Issue still persist. I have tested for the same with the following snapshot: |
This could be the same as for #2914 just fixed. |
This issue should be the same as for #2914. I'm closing this issue. In case you're able to reproduce it again against last 2.1, please comment/reopen this issue. Thanks. |
Hi,
I am not able to replicate data to other nodes of distributed cluster with 100% reliabilty.
I have setup a cluster of 3 nodes (node1, node2 and node3).
My default-distributed-db-config.json is like:
{
"autoDeploy": true,
"hotAlignment": false,
"executionMode": "asynchronous",
"readQuorum": 1,
"writeQuorum": 2,
"failureAvailableNodesLessQuorum": false,
"readYourWrites": true,
"clusters": {
"internal": {
},
"index": {
},
"*": {
"servers" : [ "<NEW_NODE>" ]
}
}
}
Steps to reproduce Issue:
Tried with:
orientdb-2.0.3
orientdb-2.0.6-SNAPSHOT
Regards,
Rinky Mangal
The text was updated successfully, but these errors were encountered: