Replies: 2 comments
-
Hi @davisdk You're still using |
Beta Was this translation helpful? Give feedback.
0 replies
-
@davisdk I believe this was fixed in #2769 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a class that performs some graph operations in the main method and then uses System.exit. This usually works fine, but we have started seeing an exception repeated indefinitely in the logs for some runs (so the containing job is not terminating). It looks like StandardJanusGraph is trying to close the graph instance associated with the storage manager, but then repeatedly spits out the trace below.
In this particular case we are using the FDB adapter (https://github.com/JanusGraph/janusgraph-foundationdb). The isolation level we are using for the adapter allows 3 retries and then throws a PermanentBackendException. We are observing this in the logs, where it attempts three times and then throws the exception, but the process immediately starts over again.
We have tried debugging and tweaking some settings with no luck, so wanted to reach out to see if we can get any insight. We've also opened an issue in the adapter repo. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions