turkeymz opened a new issue, #1986: URL: https://github.com/apache/incubator-hugegraph/issues/1986
### Bug Type (问题类型) other exception / error (其他异常报错) ### 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: HBase - OS: Centos 7.x - Data Size: 500edges <!-- (like 1000W 点, 9000W 边) --> ### Expected & Actual behavior (期望与实际表现) 使用HugeGraph-Loader仅导入边的时候,出现主主键为空。 可以保证双方每一个主键都存在值,且创建关系的两边节点均未使用主键的字段作为关联。 作为关联的字段均存在值且能作为限制语句在图数据库中能找到对应的节点。 压缩包存在4个任务的配置文件,以及Loader对任务的导入日志 # 我创建的案例的配置文件如下: 下面是创建基础节点和边的任务(正常) 1580735006019420162 1580735404365053954 1580735812122705922 下面是基于上述3个任务仅创建边的任务(异常) 1580735987054542849 [task.zip](https://github.com/apache/incubator-hugegraph/files/9846416/task.zip) ### 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