Hi, All the documentation says distributed transactions are supported from OrientDb 1.6 version. However when I try to commit in Embedded distributed mode I am getting following exception. Non transactional inserts are working fine. I am using 1.7 SNapshot as of today. Did anyone come across this issues or could be a bug that got introduced recently in OrientDB?
*com.orientechnologies.orient.core.exception.OStorageException: Cannot** route TX operation against distributed node* at com.orientechnologies.orient.server.distributed.ODistributedStorage. handleDistributedException(ODistributedStorage.java:902) at com.orientechnologies.orient.server.distributed.ODistributedStorage. commit(ODistributedStorage.java:638) at com.orientechnologies.orient.core.tx.OTransactionOptimistic.doCommit( OTransactionOptimistic.java:119) at com.orientechnologies.orient.core.tx.OTransactionOptimistic.commit( OTransactionOptimistic.java:105) at com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.commit( ODatabaseRecordTx.java:142) at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit (ODatabaseDocumentTx.java:501) at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit (ODatabaseDocumentTx.java:493) at com.orientechnologies.orient.server.network.protocol.binary. ONetworkProtocolBinary.commit(ONetworkProtocolBinary.java:1014) at com.orientechnologies.orient.server.network.protocol.binary. ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:353) at com.orientechnologies.orient.server.network.protocol.binary. OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbstract.java: 126) at com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:45) *Caused by: com.orientechnologies.orient.core.exception.OTransactionException: Error** on committing distributed transaction* at com.orientechnologies.orient.server.distributed.ODistributedStorage. commit(ODistributedStorage.java:633) -- --- 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.
