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
"com.orientechnologies.orient.core.exception.OConcurrentModificationException: Cannot UPDATE the record #43:31 because the version is not the latest. Probably you are updating an old record or it has been modified by another user (db=v1 your=v0)"
What's wrong
Tnx
The text was updated successfully, but these errors were encountered:
In our case, we were getting this via SQL over binary (OJS) as well as in the Studio with certain vertices, it turned out those vertices always had an embedded doc with the @type set, like:
Hi,
I'm trying to use transaction on HTTP REST API with this request
http://127.0.0.1:2480/batch/mydbname
content:
The response is
"com.orientechnologies.orient.core.exception.OConcurrentModificationException: Cannot UPDATE the record #43:31 because the version is not the latest. Probably you are updating an old record or it has been modified by another user (db=v1 your=v0)"
What's wrong
Tnx
The text was updated successfully, but these errors were encountered: