I am delighted with Orientdb. But I detected what may be a BUG.

I noticed that when you are using the ./DSERVER.SH and not /.SERVER to 
create EDGES they were duplicated; creating a valid records and another 
with properties OUT () and IN () in NULL state.

I tried to delete all EDGEs created correctly and it worked but when I try 
to remove duplicates EDGES I get the following error:

com.orientechnologies.orient.server.distributed.ODistributedException: 
Quorum 2 not reached for request (id=209 from=node1 task=command_sql(delete 
edge #10:0) userName=). Timeout=4ms Servers in timeout/conflict are: - 
node2: 
com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.delete edge #10:0 Received: 
{node1=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.delete edge #10:0, 
node2=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.delete edge #10:0}

After deleting the correct EDGEs, I tried to remove all VERTEX who 
previously had a relationship with the right EDGEs; but I get the following 
error:

com.orientechnologies.orient.server.distributed.ODistributedException: 
Quorum 2 not reached for request (id=210 from=node1 task=command_sql(delete 
vertex #9:0) userName=). Timeout=4ms Servers in timeout/conflict are: - 
node1: 
com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.delete vertex #9:0 Received: 
{node1=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.delete vertex #9:0, 
node2=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.delete vertex #9:0}

so

I put down the ./DSERVER.SH and put up ./SERVER.SH. After that, when 
creating new EDGEs, the EDGEs with NULL appeared no more.

Any comments?
Am I doing something wrong?
¿Orientdb should work that way?

Thank You

Note: This is a translation from Spanish to English by google. I hope the 
issue has been explained well.

-- 

--- 
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