Skip to content
Discussion options

You must be logged in to vote

@panda0120 But this always works for me. If the current operation hang up, you can start a new Gremlin Console to execute the following code. Once it’s done, the previous operation will be released, and the deletion will succeed.

m = ${graph}.openManagement();
ids = m.getOpenInstances();
for(String id : ids){if(!id.contains("(")){m.forceCloseInstance(id)}};
m.commit();

Now i give up to drop graph without shutdown the database, after i drop a graph i will restart all instance of my janusgraph db.

I usually open three Gremlin windows: the first one is for dropping the graph, the second one is for executing the command to shut down the instances, and the third one is for checking whethe…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@CosmoBean
Comment options

Comment options

You must be logged in to vote
9 replies
@panda0120
Comment options

@MiracleDx
Comment options

@panda0120
Comment options

@MiracleDx
Comment options

Answer selected by MiracleDx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants
Converted from issue

This discussion was converted from issue #4350 on May 08, 2024 13:56.