Skip to content

从0.11.2升级到0.12.0版本,同样的gremlin语句执行返回的结果不一样,有没有相关的迁移注意事项或指引 #1745

@vincentshu

Description

@vincentshu

Bug Type (问题类型)

gremlin (结果不合预期)

Before submit

  • 我已经确认现有的 IssuesFAQ 中没有相同 / 重复问题

Environment (环境信息)

  • Server Version: v0.12.0
  • Backend: RocksDB x nodes, HDD or SSD
  • OS: xx CPUs, xx G RAM, Centos 7.x
  • Data Size: 少于1000vertices, 少于1000 edges

Expected & Actual behavior (期望与实际表现)

g.V().hasLabel('cmdb_model_group').has('cmdb_parent_id', '-1')
  .repeat(__.out('cmdb_parent').has('tenant_id', 'operate'))
  .until(__.outE('cmdb_parent').count().is(0)).tree()

同样的gremlin语句,在0.11.2版本中执行返回的数据和在0.12.0版本中执行返回的数据不一样。
数据库的数据是一样的。
期望:执行结果一样
实际:执行结果不一样

result.zip

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggremlinTinkerPop gremlin

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