Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

How to recover from janusgraph exceptions? #252

Open
sinha-abhishek opened this issue Jan 4, 2018 · 0 comments
Open

How to recover from janusgraph exceptions? #252

sinha-abhishek opened this issue Jan 4, 2018 · 0 comments

Comments

@sinha-abhishek
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant