Skip to content
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

Endless loop when updating a record after creation in batch mode #9000

Closed
VincentMarrec opened this issue Aug 27, 2019 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@VincentMarrec
Copy link

OrientDB Version: 3.0.22

Java Version: 1.8

OS: Linux

Expected behavior

The record should be updated just once.

Actual behavior

There is an endless loop. The record is updated multiple times.

Steps to reproduce

Use the following SQL script in batch mode :
let a = CREATE VERTEX V SET test = 0; UPDATE $a SET test = $a.@rid;

Hope this helps.
Cheers.

@CortneyKnorr
Copy link

Same problem

@luigidellaquila luigidellaquila self-assigned this Oct 1, 2019
@luigidellaquila luigidellaquila added this to the 3.0.24 milestone Oct 1, 2019
@luigidellaquila
Copy link
Member

Hi @VincentMarrec @CortneyKnorr

I just pushed a fix for this problem, the fix will be released with v 3.0.24

Thanks

Luigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants