使用$$必现的报错

我就正常使用go 查询, 但是发现使用$$返回的时候必现的报错,

贴一下错误日志吧,我本地测试是没问题的。

(czp@nebula) [nba]> lookup on player where player.name=="Tim Duncaxn" | go 0 to 3 steps from $-.VertexID over like yield $$.player.age
+---------------+
| $$.player.age |
+---------------+
+---------------+
Empty set (time spent 5980/6253 us)

Tue, 29 Jun 2021 20:11:30 CST

(czp@nebula) [nba]> lookup on player where player.name=="Tim Duncaxn" | go 0 to 3 steps from $-.VertexID over like yield $^.player.age
+---------------+
| $^.player.age |
+---------------+
+---------------+
Empty set (time spent 5475/5756 us)

Tue, 29 Jun 2021 20:11:38 CST

(czp@nebula) [nba]> lookup on player where player.name=="Tim Duncan" | go 0 to 3 steps from $-.VertexID over like yield $$.player.age
+---------------+
| $$.player.age |
+---------------+
| 41            |
+---------------+
| 36            |
+---------------+
| 42            |
+---------------+
| 33            |
+---------------+
| 41            |
+---------------+

这个就是日志,

你用的什么版本,是稳定复现吗?

你好, 是这样的, 这个问题, 我很大怀疑和这个时区有关系, 你知道这是为啥吗?


我的配置文件
image

不同的配置我都试过去了, 只有cst的配置在插入数据的情况是OK的, 但是show jobs不管啥配置都是少8小时

这个和上面 $$ crash 有关系吗

这问题必须返回这个, 要不然就直接graph挂掉

1 个赞

该话题在最后一个回复创建后7天后自动关闭。不再允许新的回复。