Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

[问题 ] 图数据0.9/0.10版本升级0.11失败(点边数据不一致)  #78

@DoubleBabylol

Description

@DoubleBabylol

Expected behavior 期望表现

图数据0.9/0.10版本通过tools migrate升级至0.11版本

Actual behavior 实际表现

点数据可正确转换后导入(例如数值类型)
但边id未做相应的转换,导致点边id不匹配,例子见下:

Steps to reproduce the problem 复现步骤

使用tools工具进行migrate,迁移完成后,使用gremlin查询同一点边,点id发生了变换,但是边id未变化,此时点为孤立点

  • primary key模式下:旧点id 1:37449855 新点id 1:5Es1~

Vertex/Edge example 数据示例

  1. 0.9版本点查询:g.V().hasLabel('file', 'network').has('uid', within(37449855,436342406))
    image

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

Specifications of environment 环境信息

  • hugegraph server version: 0.11
  • hugegraph tool version: 1.5.0

@zhoney @javeme

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions