haoming06 opened a new issue, #1871: URL: https://github.com/apache/incubator-hugegraph/issues/1871
### 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.12.x - Backend: RocksDB x nodes, HDD or SSD - OS: 4 CPUs, 16G RAM, Centos 7.x ### Your Question (问题描述) 使用hugegraph-client 中GraphManager的addVertices、addEdges方法批量插入数据,先批量插顶点再添加边,并不能在一个事务中,查阅资料之前的版本不支持。 看源码中使用gremlin 的graph().tx() 手动控制事务,但本人测试查询会报错。如下: server端使用默认配置,0.12依赖了gremlin 3.4.3版本 + 通过使用gremlin console 3.4.3 产生异常 `gremlin> :remote connect tinkerpop.server conf/remote.yaml ==>Configured 192.168.100.222/192.168.100.222:8182 gremlin> :remote console ==>All scripts will now be sent to Gremlin Server - [192.168.100.222/192.168.100.222:8182] - type ':remote console' to return to local mode gremlin> g.V().count() Index: 121, Size: 0 Type ':help' or ':h' for help. Display stack trace? [yN]` + 代码 gremlin-core 与 gremlin-driver 3.4.3 请求,错误信息如下 ` The traversal source [g] for alias [g] is not configured on the server.` 问题如下: 1 . 0.12版本是否支持使用gremlin-client请求 2. 如何将批量操作放到一个事务中 ### 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-unsubscr...@hugegraph.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org