I am having a distributed setup of three nodes.

I am trying to insert an index by below query:
insert into index:dictionary (key, rid) values ('mykey', #ssd);
(via orientdb-2.0.3 release)

but getting  Quorum 3 not reached for request.

*stacktrace:*

orientdb {db=GratefulDeadConcerts}> insert into index:dictionary (key, rid) 
values ('mykey', #ssd);

Error: 
com.orientechnologies.orient.server.distributed.ODistributedException: 
Quorum 3 not reached for request (id=29 from=node3 task=command_sql(insert 
into index:dictionary (key, rid) values ('mykey', #ssd)) userName=). 
Timeout=20ms Servers in timeout/conflict are:
 - node1: 
com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.insert into index:dictionary (key, rid) 
values ('mykey', #ssd)
 - node2: 
com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.insert into index:dictionary (key, rid) 
values ('mykey', #ssd)
Received: 
{node1=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.insert into index:dictionary (key, rid) 
values ('mykey', #ssd), 
node2=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.insert into index:dictionary (key, rid) 
values ('mykey', #ssd), 
node3=com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Error on execution of command: sql.insert into index:dictionary (key, rid) 
values ('mykey', #ssd)}

Can any one help me please ?

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to