-
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
Repair database --fix-links throw a java.lang.StackOverflowError #8897
Comments
Working fine in orientdb 2.2.37
|
working fine in 3.0.0:
|
working fine in 3.0.10 |
seems that this commit introduced the bug : |
|
current method is calling himself if options contains --fix-links |
Hi @cschockaert I see, it's obviously wrong, I'll fix it ASAP Thanks Luigi |
Hi @cschockaert I just pushed a fix, it will be released with v 3.0.21. The fix will be in next snapshot in a few minutes Thanks Luigi |
Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OrientDB Version: 3.0.19
Java Version: openjdk version "1.8.0_212"
OpenJDK Runtime Environment (IcedTea 3.12.0) (Alpine 8.212.04-r0)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)
OS: docker running on mac os high sierra
Expected behavior
repair database --fix-links should not return any error on a empty new created database
Actual behavior
orientdb {db=test}> repair database --fix-links
Error: java.lang.StackOverflowError
Steps to reproduce
The text was updated successfully, but these errors were encountered: