How to config number of retry attempts and the retry delay in Janusgraph #3238
dinhphu2k1-gif
started this conversation in
General
Replies: 1 comment 11 replies
-
Good question, the documentation seems to be ambiguous here! I believe the remark about configurable retries refers to the storage.lock.retries and storage.lock.wait-time properties. These are relevant for transactions on elements with a uniqueness constraint, see: If you use JanusGraph Server, also relevant is the evaluationTimeout mentioned in https://tinkerpop.apache.org/docs/current/reference/#_configuring_2 and the responsibility of the client for retries in https://tinkerpop.apache.org/docs/current/reference/#request-retry |
Beta Was this translation helpful? Give feedback.
11 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.
-
I'm newie in JanusGrahGraph.I use Hbase as storeage backend ans Elasticsearch as index backend.
When i read transaction fail, it mentions that
The number of retry attempts and the retry delay are configurable
But i don't find it in configuration. Can anyone help me? Thank everyone!!
Beta Was this translation helpful? Give feedback.
All reactions