-
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
2.1.3 - ODatabaseException: Error on retrieving record #-1:-7 (cluster: null) #5068
Comments
You can not retrieve record with negative rid. How did you get this exception ? Could you provide more details ? |
Actually it is possible to retrieve a created uncommited Vertex and it works fine. This exception is happening every time I commit for a set of created vertices and edges. I checked all my Vertices and none of them have this id. I will check my Edges too. |
@Laa I really don't understand why that is a problem.. I have an uncommitted edge (with id #-1:-7) that is connecting two uncommitted vertices. I will try replicating that problem and get back to you asap. The exception happens when I commit.. Thanks |
@Laa I put some logging to see what is happening (in that case edge id#-1:-3 is failing on commit) Vertex V(#-1:-2,Whole) was stored |
@zifnab87 i think you can call .save() method and then yes, you can retrieve the vertex inside not commited transaction, where you can have negative uuid. |
That is serialization issue , assigned to @tglman |
hi @zifnab87, do you have the code that reproduce the transaction that fail ? this is a remote+transaction management problem, it may be due also to a graph operation failed and retried without restart the transaction. by the way which version are you using ? |
@tglman I was using 2.1.3 - Unfortunately I don't have code to replicate this and other issues although I had offered to give my db for check in the past. I have migrated to TitanDB - due to all those problems. Thanks |
Cannot replicate. |
I am getting this error when running SERVER LOG:
@lvca ..Any idea why this error? Also, I am getting |
Hi, @nishantkumar1292 I answered you in another issue. |
Hello,
Recently I've been getting this error and I am almost certain this part of the code hasn't changed since previous versions.
Thanks,
Michail
The text was updated successfully, but these errors were encountered: