Skip to content

JanusGraph query empty result restart #4824

@chenyuedong

Description

@chenyuedong

Please include configurations and logs if available.

For confirmed bugs, please report:

  • Version:
  • Storage Backend:
  • Mixed Index Backend:
  • Link to discussed bug:
  • Expected Behavior:
  • Current Behavior:
  • Steps to Reproduce:

Stack Trace (if you have one)

我使用的0.5的版本,我现在用如下的语句去查询janusgraph数据,第二条、第三条、第四条都可以查到记录,但是第一条查询结果就为空,如果我把gremlin server重启一下,这四条语句的查询结果就符合预期,你觉得我应该从哪些方面着手定位?```
[g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime](https://github.com/JanusGraph/janusgraph/g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime)', gte(1751990400)).has('capturetime', lte(1752595199)).otherV().hasLabel('phone').as('b').tree()


[g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime](https://github.com/JanusGraph/janusgraph/g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime)', gte(1752508800)).has('capturetime', lte(1752595199)).otherV().hasLabel('phone').as('b').tree()

[g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime](https://github.com/JanusGraph/janusgraph/g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime)', gte(1751904000)).has('capturetime', lte(1752595199)).otherV().hasLabel('phone').as('b').tree()

[g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime](https://github.com/JanusGraph/janusgraph/g.V().hasLabel('card').has('msisdncard','13088888888').as('a').outE('usedby').has('capturetime)', gte(1752076800)).has('capturetime', lte(1752595199)).otherV().hasLabel('phone').as('b').tree()```

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions