You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Expected behavior 期望表现
图数据0.9/0.10版本通过tools migrate升级至0.11版本
Actual behavior 实际表现
点数据可正确转换后导入(例如数值类型)
但边id未做相应的转换,导致点边id不匹配,例子见下:
Steps to reproduce the problem 复现步骤
使用tools工具进行migrate,迁移完成后,使用gremlin查询同一点边,点id发生了变换,但是边id未变化,此时点为孤立点
1:37449855新点id1:5Es1~Vertex/Edge example 数据示例
0.9版本点查询:g.V().hasLabel('file', 'network').has('uid', within(37449855,436342406))

迁移到0.11版本查询同一条gremlin:g.V().hasLabel('file', 'network').has('uid', within(37449855,436342406))

Specifications of environment 环境信息
@zhoney @javeme