-
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
OResponseProcessingException while simultaneous Db querying #2141
Comments
What do you mean by simultaneous? Do threads use the same instance of Graph to execute queries? I mean, the same java object instance. |
No, each thread uses it's own connection (OrientGraph instance) acquired from OrientGraphFactory. |
Got it. Could you provide a test case to reproduce an issue? |
I'm working on it. I will also provide DB for this test case. |
DB https://www.dropbox.com/s/k6jlkr6qd0spld2/ePersona.zip |
@ayesyev it is partially fixed in current snapshot. However there is still some issues in complex cases, so I'll keep the issue open until fix them. |
Fixed in 1.7-rc2 |
Issuing simultaneous queries to DB that contains TRAVERSE, can cause OResponseProcessingException.
Query example:
Stacktrace:
The text was updated successfully, but these errors were encountered: