-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
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()```