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 vertices (index related) #8861

Closed
xavierdenis opened this issue May 7, 2019 · 2 comments
Closed

Endless loop when updating vertices (index related) #8861

xavierdenis opened this issue May 7, 2019 · 2 comments

Comments

@xavierdenis
Copy link

OrientDB Version: 3.0.18

Java Version: 1.8

OS: Linux

After investigating OrientDB source code, it seems that there was a copy / paste mistake in com.orientechnologies.orient.core.db.document.ODatabaseDocumentRemote.java at line 603 :
Method afterUpdateOperations should call OClassIndexManager.processIndexOnUpdate (instead of processIndexOnDelete).

Hope this helps.
Cheers.

@tglman
Copy link
Member

tglman commented May 7, 2019

Hi @xavierdenis,

Thank you to point this out, this code is just an optimizations to reduce roundtrips to the server, but yes is not correct, i'll fix it.

Regards

@tglman
Copy link
Member

tglman commented Jun 3, 2020

Fixed, closing

@tglman tglman closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants