-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
JanusGraph image stop responding after query timeout #2120
Comments
I've found the same behaviour in 0.5.3 submitting scripts both from the console and from a connection. Once the server launches a timeout, it stops answering and tells you that it's always a timeout. I can confirm that it happens with Berkeley + ES, versions 0.5.2 and 0.5.3 (when using Cassandra + ES in those versions, this doesn't happen). |
We've encountered the same issue using the full release version 0.5.3 with the Cassandra + ES backend, connecting through a JavaScript Driver, a Python Driver, and a Gremlin.sh Groovy console. |
I faced same issue on 0.6 (latest) + Cassandra + ES. Have no idea why, any update on how to overcome it? I had to remove all my datas then re-run the engine to get it working, does it mean that the data is corrupted? |
@mohamad-haddad-tribo The exception from above clear comes from berkeley. I'm sure you did get a berkeley exception in cassandra setup. |
I'm also running into the same issue with Cassandra during data ingestion using concurrent inserts |
I am using JanusGraph 0.6.0 and I confirm this is still an issue with BerkeleyDB. Once this error occurs, the server won't be able to recover from it. (P.S.: I know 0.6.1 has been released, but I was encountering issues with it, so I stick with 0.6.0). |
Same for us on the in-memory backend :( |
Fixes JanusGraph#2120 Signed-off-by: Pavel Ershov <[email protected]>
Fixes JanusGraph#2120 Signed-off-by: Pavel Ershov <[email protected]>
Fixes JanusGraph#2120 Signed-off-by: Pavel Ershov <[email protected]>
Fixes JanusGraph#2120 Signed-off-by: Pavel Ershov <[email protected]>
Fixes #2120 Signed-off-by: Pavel Ershov <[email protected]>
Fixes #2120 Signed-off-by: Pavel Ershov <[email protected]> (cherry picked from commit cdea0d7)
Fixes #2120 Signed-off-by: Pavel Ershov <[email protected]> (cherry picked from commit cdea0d7)
The same issue with the Cassandra backend in 1.0.0 |
I've just ran into this issue with version 1.0.0. |
Fixes JanusGraph#2120 Signed-off-by: Pavel Ershov <[email protected]>
I'm using the default docker image janusgraph/janusgraph:latest (Berkeley and Lucene)
and connecting with gremlin console.
When JanusGraph server exceeded his 'evaluationTimeout' the server stop responding
server error:
after the query been sent to server and timeout exceeded other queries which worked before gets same response
Evaluation exceeded the configured 'evaluationTimeout' threshold of 30000 ms or evaluation was otherwise cancelled directly for request [g.V().limit(4).valueMap()]: null - try increasing the timeout with the :remote command
The text was updated successfully, but these errors were encountered: