You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
I need some help in how to recover from Janusgraph exceptions. I am running gremlin server on my server instance and making queries over websocket connection. The problem is whenever any query causes an exception like parallelMutate or sleep interrupted, the gremlin server seems to go into a bad state and starts throwing exceptions for all following gremlin queries made over websocket. The only option is to restart the server. I tried making new websocket connection for each query, however, it still does not respond to any further query once an exception has occurred unless I kill and start the service. Am I doing something wrong or does there need a particular way to recover from exceptions without killing the gremlin server.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need some help in how to recover from Janusgraph exceptions. I am running gremlin server on my server instance and making queries over websocket connection. The problem is whenever any query causes an exception like
parallelMutate
orsleep interrupted
, the gremlin server seems to go into a bad state and starts throwing exceptions for all following gremlin queries made over websocket. The only option is to restart the server. I tried making new websocket connection for each query, however, it still does not respond to any further query once an exception has occurred unless I kill and start the service. Am I doing something wrong or does there need a particular way to recover from exceptions without killing the gremlin server.The text was updated successfully, but these errors were encountered: