What I am doing ? I am using Janus graph to store my graph in a Cassandra keyspace. My keyspace would have multiple graphs, so I am creating different tables for different graphs. for eg: If I have two separate graph, then I would have two different table for edgestore, lets say one table would be graph1_edgestore and the other table would be graph2_edgestore. I am using custom storage backend to write to such tables.
Currently at one point of time, I am using only one graph.
What is the issue I am facing ? I am facing the following error while creating the graph instance. I have attached the complete stack trace with this post
org.janusgraph.core.JanusGraphException: Could not acquire new ID block from storage
org.janusgraph.core.JanusGraphException: Could not acquire new ID block from storage
What I have tried ? 1. I checked that the table actually exists in the database. 2. I tried adding the