0.6.x Failed to create internal tables on Cassandra #3038
-
Create and run Janusgraph 0.6.1 binary on docker. Two method to create graph:
Both methods may trouble creating tables on initializing keyspace on Cassandra. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Did you try adding the config |
Beta Was this translation helpful? Give feedback.
-
I found this on my configure. I believe I tried this before. |
Beta Was this translation helpful? Give feedback.
-
Have you also tried the |
Beta Was this translation helpful? Give feedback.
-
yep I tried |
Beta Was this translation helpful? Give feedback.
-
I did some test on versions and clustering on cassandra, here is some result. janusgraph 0.6.1 cassandra 3.11.12 single node(docker) immediate creation on internal tables janusgraph 0.6.1 cassandra 3.11.12 cluster(k8s) exceed evaluationTimeout 30000, changes to 60000, then it works |
Beta Was this translation helpful? Give feedback.
I did some test on versions and clustering on cassandra, here is some result.
ConfiguredGraphFactory
janusgraph 0.6.1 cassandra 3.11.12 single node(docker) immediate creation on internal tables
janusgraph 0.6.1 cassandra 4.0.3 single node(docker) immediate creation on internal tables
janusgraph 0.6.1 cassandra 3.11.12 cluster(k8s) exceed evaluationTimeout 30000, changes to 60000, then it works
janusgraph 0.5.3 cassandra 3.11.12 cluster(k8s) exceed evaluationTimeout 30000, changes to 60000, then it works