You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our retry logic retries the transaction 5 times. After retrying 2 times we receive:
[OHazelcastPlugin]Exception 2FE1AD2D in storage plocal:/orientdb/databases/xxx: 3.0.25 - Veloce (build 2a229d5, branch UNKNOWN)
com.orientechnologies.orient.core.exception.OSerializationException: Found null entry in ridbag with rid=Index failed if multi database is opened [moved] #245:-13
DB name="xxx"
I don't have a minimal example to reproduce the issue, but I can reproduce it on our database. I can provide a heapdump or stacktrace of the database in the blocked state if required. Please let me know if you need more info.
The text was updated successfully, but these errors were encountered:
jonsalvas
changed the title
OrientDB in distributed Mode: Found null entry in ridbag with rid=#245:-13
DEADLOCK in distributed Mode: Found null entry in ridbag with rid=#245:-13
Dec 3, 2019
jonsalvas
changed the title
DEADLOCK in distributed Mode: Found null entry in ridbag with rid=#245:-13
DEADLOCK in distributed Mode after: Found null entry in ridbag with rid=#245:-13
Dec 3, 2019
yes the dump and stack trace would be helpful as well as the dump of the record which give the exception like in this case #119:2 taken from all the nodes.
OrientDB Version: 3.0.25
Java Version: OrientDB Docker Image
OS: OrientDB Docker Image
Expected behavior
Update vertices and its edges as usual in distributed mode
Actual behavior
[OHazelcastPlugin]Exception
2FE1AD2D
in storageplocal:/orientdb/databases/xxx
: 3.0.25 - Veloce (build 2a229d5, branch UNKNOWN)com.orientechnologies.orient.core.exception.OSerializationException: Found null entry in ridbag with rid=Index failed if multi database is opened [moved] #245:-13
DB name="xxx"
com.orientechnologies.orient.server.distributed.task.ODistributedOperationException: quorum of '3' not reached, responses: [node: xxx-odb-orientdb-0 success,concurrent modification record (node xxx-odb-orientdb-2): Error occurs call OSQLQuery method with the query string that starts with white space. [moved] #119:2 database version: 109 transaction version: 108,concurrent modification record (node xxx-odb-orientdb-1): Error occurs call OSQLQuery method with the query string that starts with white space. [moved] #119:2 database version: 109 transaction version: 108]
Steps to reproduce
I don't have a minimal example to reproduce the issue, but I can reproduce it on our database. I can provide a heapdump or stacktrace of the database in the blocked state if required. Please let me know if you need more info.
The text was updated successfully, but these errors were encountered: