-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid value of TX counter Orient DB 2.1.15 #6089
Comments
hi @jamieb22 do you have a test case to reproduce this? |
This issue is occurring in production. I have seen the same error in a On 2016/05/05 6:06 PM, Enrico Risa wrote:
|
hi @jamieb22 you can send it to e.risa@orientdb.com |
Are you working in plocal or remote? |
plocal. Very straight forward setup. I've seen this error in a number of On 2016/05/05 6:17 PM, Enrico Risa wrote:
|
I'd have to add that we are seeing corruption in almost all environments On 2016/05/05 6:17 PM, Enrico Risa wrote:
|
I have sent this update to Valentin, seems like you missed it. |
Andrey Thank you. Why didn't your unit tests pick this issue up? All these On 2016/05/05 7:45 PM, Andrey Lomakin wrote:
|
@jamieb22 to make this happen we need to run a unit test for several weeks :-) and still will not be sure about the result. It matters of attention, unfortunately, it was a typo (( . But I would like to write you that we had only 2 storage issue for several months , so IMHO it is a sign that current engine is quite stable and may be that is the last issue for current engine architecture. |
2016-05-05 08:49:54 C.c.s.a.du [DEBUG] failed to touch blob:Invalid value of TX counter
Caused by: com.orientechnologies.orient.core.exception.OStorageException: Invalid value of TX counter
at com.orientechnologies.orient.core.tx.OTransactionOptimistic.rollback(OTransactionOptimistic.java:175) ~[orientdb-core-2.1.15.jar:2.1.15]
at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit(ODatabaseDocumentTx.java:2625) ~[orientdb-core-2.1.15.jar:2.1.15]
at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit(ODatabaseDocumentTx.java:2580) ~[orientdb-core-2.1.15.jar:2.1.15]
at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.shutdown(OrientBaseGraph.java:1209) ~[orientdb-graphdb-2.1.15.jar:2.1.15]
at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.shutdown(OrientBaseGraph.java:1195) ~[orientdb-graphdb-2.1.15.jar:2.1.15]
at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.shutdown(OrientBaseGraph.java:1188) ~[orientdb-graphdb-2.1.15.jar:2.1.15]
... 21 common frames omitted
The text was updated successfully, but these errors were encountered: