nebula1.2.1 graph 服务频繁挂掉

提问参考模版:

  • nebula 版本:1.2.1
  • 部署方式(分布式):
  • 是否为线上版本:Y / N
  • 硬件信息
    • 磁盘 2TB ( 推荐使用 SSD)
    • CPU 32C、内存 128G ssd
  • 问题的具体描述
    出现graph 频繁挂掉

E0809 16:58:28.512179 12893 GraphService.cpp:132] Session not found, id[0]
E0809 16:58:28.512383 12893 GraphService.cpp:132] Session not found, id[0]
E0809 16:59:28.513068 12892 GraphService.cpp:132] Session not found, id[0]
E0809 16:59:28.513800 12892 GraphService.cpp:132] Session not found, id[0]
E0809 16:59:28.514104 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:00:28.514904 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:00:28.515480 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:00:28.515689 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:01:28.516182 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:01:28.516644 12892 GraphService.cpp:132] Session not found, id[0]
F0809 17:03:04.778460 12894 RowReader.cpp:166] Check failed: ver == schema->getVersion() (1 vs. 0)

服务挂掉之前,你进行了什么操作吗

查询操作

但我没找到有问题的查询

现在我重启了有没有挂了

是又没有?

下次遇到可以把帖子和操作都贴一下

日志来看都是基本查询语句,没有找到有问题的语句

我在studio 写的语句 ,graph 会有日志打出语句吗

我在graph 日志里面没有发现语句的日志,没法判断我这边到底写的那些语句有问题studio 很多人用的

一直报这个日志,到底什么问题,还需要什么日志帮分析一下问题??
E0809 16:58:28.512179 12893 GraphService.cpp:132] Session not found, id[0]
E0809 16:58:28.512383 12893 GraphService.cpp:132] Session not found, id[0]
E0809 16:59:28.513068 12892 GraphService.cpp:132] Session not found, id[0]
E0809 16:59:28.513800 12892 GraphService.cpp:132] Session not found, id[0]
E0809 16:59:28.514104 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:00:28.514904 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:00:28.515480 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:00:28.515689 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:01:28.516182 12892 GraphService.cpp:132] Session not found, id[0]
E0809 17:01:28.516644 12892 GraphService.cpp:132] Session not found, id[0]
F0809 17:03:04.778460 12894 RowReader.cpp:166] Check failed: ver == schema->getVersion() (1 vs. 0)

Studio 多人使用的话,会不会是你的同事们执行了什么然后导致服务挂了

你把你执行的查询语句贴一下

这个没法查,我问题了都说没有不知道,graph 服务挂了没日志体现吗

LOOKUP ON Thing WHERE Thing.Thing_name == “刘德华”
lookup on Task where Task.state==“RUNNING” and Task.spaceName==“knowledge_graph_v3” yield Task.spaceName,Task.operation,Task.state,Task.startTime,Task.endTime ;,

studio 写到语句没法知道。 没有日志体现,这个是我自己调client写的有日志

刚又挂了E0809 17:01:28.516644 12892 GraphService.cpp:132] Session not found, id[0]
F0809 17:03:04.778460 12894 RowReader.cpp:166] Check failed: ver == schema->getVersion() (1 vs. 0)

Graph 频繁挂掉指的是什么?是 GraphD 服务端 crash?还是只是 studio 无法 query报错?

请问您确定是 1.2.1 不是 1.2.0 对吧?

是 GraphD 服务端 crash

1 个赞