Closed To-om closed 2 years ago
@To-om Do you have an example or steps to reproduce? I am not sure what you mean by "Graph variable".
The steps that raise the error is graph.variables().get("my_var")
, which return an optional value. You can find more info on
tinkerpop documentation.
Got it, thanks for reporting! I can reproduce it on v0.6 branch.
Thanks for reporting! This is fixed and will be released in 0.6.2.
I know that the support of Amanzon Keyspaces is experimental (#2644) Using JanusGraph 0.6.1, I get this error when I try to access graph variables:
After some research, I found that graph variables use a inconsistent transaction which uses the default consistency: QUORUM (ExpectedValueCheckingStoreManager:91). I didn't find how to change it in the configuration. Keyspaces doesn't support QUORUM consistency.