Hi, So I have setup a two node cluster. Write Quorum set to two. And a simple addVertex is failing .. The call never returns at all. I enabled the FINEST on the server logs and saw this.
2014-02-28 15:20:05:735 FINE Disconnected connection with id=4 but are present other active channels [OClientConnectionManager] 2014-02-28 15:20:05:737 FINE Disconnecting connection OClientConnection [id=4, source=/171.139.66.25:51864, since=1393618805366]... [OClientConnectionManager] 2014-02-28 15:20:05:737 FINE Disconnected connection OClientConnection [id=4, source=/171.139.66.25:51864, since=1393618805366] found 0 channels [OClientConnectionManager] 2014-02-28 15:20:06:831 CONF Remote client connected from: OClientConnection [id=5, source=?, since=1393618806831] [OClientConnectionManager] 2014-02-28 15:20:06:835 CONF Remote client connected from: OClientConnection [id=6, source=/171.139.66.25:51929, since=1393618806835] [OClientConnectionManager] 2014-02-28 15:20:06:836 WARN Current implementation of storage does not support sbtree collections [ODatabaseRecordAbstract$1] 2014-02-28 15:20:06:837 WARN Current implementation of storage does not support sbtree collections [ODatabaseRecordAbstract$1] 2014-02-28 15:20:06:991 FINE [node1390587093705]->[[node1390587113252, node1390587093705]] request record_create(#16:-1 v.0) [OHazelcastDistributedDatabase] 2014-02-28 15:20:07:000 FINE [node1390587093705] processing request=id=35 task=record_create(#16:-1 v.0) sourceNode=node1390587093705 [OHazelcastDistributedDatabase] 2014-02-28 15:20:07:004 FINE [node1390587093705] creating record inventorydb/#16:-1 v.0... [OCreateRecordTask] 2014-02-28 15:20:07:020 FINE [node1390587093705] +-> assigned new rid inventorydb/#16:0 v.1 [OCreateRecordTask] 2014-02-28 15:20:07:021 FINE [node1390587093705] sending back response 'rid(?:0) data(0:0) record(type:0 size:0 v:1)' to request: record_create(#16:0 v.0) [OHazelcastDistributedDatabase] 2014-02-28 15:20:07:021 FINE [node1390587093705]<-[node1390587113252] received response 'rid(?:0) data(0:0) record(type:0 size:0 v:1)' for request id=35 task=record_create(#16:-1 v.0) (receivedCurrentNode=false receivedResponses=1) [ODistributedResponseManager] *2014-02-28 15:20:07:024 FINE [node1390587093705] received response 'rid(?:0) data(0:0) record(type:0 size:0 v:1)' for request id=35 task=record_create(#16:-1 v.0) (receivedCurrentNode=true receivedResponses=2) [ODistributedResponseManager]Sent run-time exception to the client /171.139.66.25:51929: java.lang.NullPointerException* *null* -> com.orientechnologies.orient.core.db.record.ridbag.sbtree.OSBTreeCollectionManagerProxy.changedIds(OSBTreeCollectionManagerProxy.java:78) -> com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.sendCollectionChanges(ONetworkProtocolBinary.java:1502) -> com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.createRecord(ONetworkProtocolBinary.java:1492) -> com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:299) -> com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbst Looks like a bug ..? -- --- 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/groups/opt_out.
