hdong888 commented on issue #1707: URL: https://github.com/apache/incubator-hugegraph/issues/1707#issuecomment-1135189073
The issue still exists, both in 0.11.2 and 0.12.0. I need two graph instances with rocksdb as backend. Init-store is fine if the two graphs use one rocksdb store OR same store name but two different rocksdb paths. But start-hugegraph fails with: java.lang.IllegalArgumentException: The server with name 'server-1' already in cluster The problem is gone if the two graphs use different backends, for example, one with rocksdb, one with memory. BTW, I want to use one hugegraph server (no load balance ) with two graph instances, both with rocksdb backend. Would this be fixed soon? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
