Replies: 3 comments 2 replies
-
I have faced similar issues as well, Since I was using configurationManagementGraph, and CQL-ES config, I deleted the keyspace for the graphname in cql and also the indexed i had created in ES, followed by deleting the mapping from the configuration graph :) It's not at all clean by any means, if anyone else has a better solution, please let me know |
Beta Was this translation helpful? Give feedback.
-
It's unfortunately a known problem that you can sometimes get instances which aren't active any more but JanusGraph doesn't know that they are inactive and will therefore wait for them indefinitely to participate in management operations. So, if you want to be sure that We should also definitely describe that more clearly in our docs. #3974 tracks that. @CosmoBean: Did you also try |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, how to fix it? |
Beta Was this translation helpful? Give feedback.
-
I have some Dynamic Graph about es and hbase from ConfiguredGraphFactory.When I dropping those, I used
ConfiguradGraphFactory.drop('graphName')
,but it will be hang up until timtout to failed or I usedm.forceCloseInstance('${instanceId}')
to killed instances, the graph will be dropped.And when I dropped, will be rolling 'graph' table not existed in console.
How to dopped graph safely.
Beta Was this translation helpful? Give feedback.
All reactions