Replies: 1 comment 5 replies
-
Not sure of the reason, but I would try and see if I am able to create new vertices to verify the connection between JanusGraph and Cassandra works. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi All,
I am working on upgrading Cassandra version for my application from 2.1.9 to 3.11.13. We also use JanusGraph 0.3.2 which was using "thrift" as a storage backend. As part of the Cassandra upgrade to 3.11, I have also switched the storage backed to "cql" and update my Java application to use janusgraph-cql driver.
After upgrading Cassandra and restoring existing data (including SSTable Upgrade), the application came up properly but I do not see any data from the JanusGraph which was created using thrift storage backend. I have verified the data is not lost by using gremlin and querying the old vertices by its names.
Edit: I have tried creating new vertices and that works. Only issue is that I am not able to query old data from my Java application using janusgraph-cql drivers.
What could possibly be the reason for not retrieving the data previously created with Thrift storage backend?
Any pointers will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions