You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/08/16 11:11:38 UTC

[GitHub] [incubator-hugegraph] yuandaijin opened a new issue, #1944: [Question] describe your problem

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: dev-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph] github-actions[bot] closed issue #1944: [Question] graphManager.cloneGraph 动态建图失败

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #1944: [Question] graphManager.cloneGraph 动态建图失败
URL: https://github.com/apache/incubator-hugegraph/issues/1944


-- 
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: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph] github-actions[bot] commented on issue #1944: [Question] graphManager.cloneGraph 动态建图失败

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #1944:
URL: https://github.com/apache/incubator-hugegraph/issues/1944#issuecomment-1234780427

   Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label


-- 
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: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Question] graphManager.cloneGraph 动态建图失败 [incubator-hugegraph]

Posted by "steven-Peng (via GitHub)" <gi...@apache.org>.
steven-Peng commented on issue #1944:
URL: https://github.com/apache/incubator-hugegraph/issues/1944#issuecomment-1875088119

   你好,这个问题咋个解决的哦,是hbase的问题还是 hugegraph 初始化的问题哦


-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org