JanusGraph Stalls On Data Ingestion Due To Could not read messages for timestamp ... (this read will be retried)
#3778
Unanswered
ZachMurray
asked this question in
Q&A
Replies: 0 comments
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.
-
How do I fix JanusGraph's
java.lang.IllegalArgumentException: Timestamp overflow detected
?I just get streams of these Exception-Warnings that seem to be preventing me from completing data-upload in a timely manner.
I've simplified the problem to its base issue:
g.V()
andjanusGraphManagement.getOrCreatePropertyKey()
.If both of these lines exist within the test execution then I get this issue.
The issue persists regardless of:
g.V().count().next()
andg.V().drop.iterate()
Why does JanusGraph stop working and start printing these out as soon as I try adding indexes?
Beta Was this translation helpful? Give feedback.
All reactions