Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.


hadoopmarc@...
 

current_id can be obtained from:

gremlin> import org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration
gremlin> cf = graph.getConfiguration()
gremlin> conf = cf.getConfiguration()
==>org.janusgraph.diskstorage.configuration.MergedConfiguration@78422efb
gremlin> conf.get(GraphDatabaseConfiguration.UNIQUE_INSTANCE_ID)
==>7f0001014774-antecmarc1

Best wishes,    Marc

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.