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 used m.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.