-
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
Not Newest Record Error #1575
Comments
Can you send us the full stack exception please? |
Fix actually did not work, removing debugging logging changed concurrency -> same problem. Updated to most recent, stable release locally to test (1.4.1.) Led to same result. Full stack trace: (From rescue exception Object in Ruby) Note we are using Pacer/Blueprint Message: Backtrace: |
I don't know how did you manage the transaction, but are you aware OrientDB has an optimistic transaction model? https://github.com/orientechnologies/orientdb/wiki/Transactions#optimistic-transaction. So you've to retry if a concurrency problem occurs. Have you done it? |
No answer for a while: I'm closing this issue. In case comment it to reopen it again. |
When adding an edge got:
"<NativeException: com.orientechnologies.orient.core.exception.OConcurrentModificationException: Cannot ? the record #7:0 because the version is not the latest. Probably you are ing an old record or it has been modified by another user (db=v26 your=v0)>"
Fix was to rescue the error and then retry. (This worked). Don't know if there is a better workaround or exactly what is causing this? ... Thanks!
The text was updated successfully, but these errors were encountered: