yuandaijin opened a new issue, #1944:
URL: https://github.com/apache/incubator-hugegraph/issues/1944

   ### Problem Type (问题类型)
   
   _No response_
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v0.11.x
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Centos 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Your Question (问题描述)
   
   java使用最新版本的hugegraph-client,
   调用graphManager.cloneGraph("test","hugegraph")失败,
   数据库使用的hbase,
   server端报错日志:
   2022-08-16 19:07:44 [grizzly-http-server-17] [ERROR] c.b.h.s.RestServer - 
Failed to create graph 'kim_test' due to: Failed to create table 'g_ai' for 'g' 
store
   com.baidu.hugegraph.backend.BackendException: Failed to create table 'g_ai' 
for 'g' store
        at 
com.baidu.hugegraph.backend.store.hbase.HbaseStore.init(HbaseStore.java:259) 
~[hugegraph-hbase-0.12.0.jar:?]
        at 
com.baidu.hugegraph.backend.store.AbstractBackendStoreProvider.init(AbstractBackendStoreProvider.java:112)
 ~[hugegraph-core-0.12.0.jar:0.12.0.0]
        at 
com.baidu.hugegraph.StandardHugeGraph.initBackend(StandardHugeGraph.java:327) 
~[hugegraph-core-0.12.0.jar:0.12.0.0]
        at 
com.baidu.hugegraph.StandardHugeGraph.create(StandardHugeGraph.java:911) 
~[hugegraph-core-0.12.0.jar:0.12.0.0]
        at 
com.baidu.hugegraph.core.GraphManager.createGraph(GraphManager.java:457) 
~[hugegraph-api-0.12.0.jar:0.67.0.0]
        at 
com.baidu.hugegraph.core.GraphManager.cloneGraph(GraphManager.java:156) 
~[hugegraph-api-0.12.0.jar:0.67.0.0]
        at com.baidu.hugegraph.api.profile.GraphsAPI.create(GraphsAPI.java:135) 
~[hugegraph-api-0.12.0.jar:0.67.0.0]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_181]
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_181]
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_181]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
        at 
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
 ~[jersey-server-2.25.1.jar:?]
        at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
 ~[jersey-server-2.25.1.jar:?]
        at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
 ~[jersey-server-2.25.1.jar:?]
        at 
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ObjectOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
 ~[jersey-server-2.25.1.jar:?]
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
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]

Reply via email to