-
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
OrientDB 3.0 issue with latest snapshot - com.orientechnologies.orient.core.exception.OConcurrentCreateException: Cannot create the record #17:0 because the assigned RID was #17:1 instead DB name="testdb" DB name="testdb" #7470
Comments
@maggiolo00 @lvca can you please prioritize this one and I am available for any additional informaiton. |
Hi @careerscale let me check it Thanks |
Hi @careerscale i've tested it and i got no exception. Which exception did you get? |
and nothing much, but result is it doesn't work. it doesnt create data. |
ok i got it on the second round |
correct. you got it |
@maggiolo00 is this going to be trivial fix or will it take longer time? |
hi @careerscale i'm running tests now for the fix. I will keep you updated |
Thank you @maggiolo00 |
Hi @careerscale i've provided a fix with a test case in develop. |
This worked fine but there is no snapshot yet |
Hi @careerscale The snapshot is not being generated because we have a couple of failing tests. Thanks Luigi |
OrientDB Version: 3.0 snapshot
Java Version: 1.8
OS: Win 7
Expected behavior
Should be able to retrieve and build edges with existing data.
Actual behavior
throws this error and fails. Resulting in application failing.
com.orientechnologies.orient.core.exception.OConcurrentCreateException: Cannot create the record #17:0 because the assigned RID was #17:1 instead
DB name="testdb"
DB name="testdb"
Steps to reproduce
create a db
https://github.com/careerscale/orientdb-demo/blob/master/orientdb-java-sample/src/test/resources/testdb.sql
run the tests.
https://github.com/careerscale/orientdb-demo/blob/1d34326456df2f249a216044f147df4d5101579f/orientdb-java-sample/src/test/java/com/orientdb/samples/test/EmployeeCascadeTest.java
Run again this test
testDbTransactionOperations_Working
This fails.
we are blocked with this and any quick help will unblock our team.
Thanks.
Harinath
The text was updated successfully, but these errors were encountered: