Storage Error: Edge prop not found

  • nebula 版本:3.2.0
  • 部署方式:分布式
  • 安装方式:源码编译
  • 是否上生产环境:Y

输入match查询语句:

MATCH (v)-[e]->(v2) WHERE id(v) == 'asset.dma_asset_bdsp_hive_table_blood_detail_ds' return id(v)

报错如下

贴一下最近一天的日志文件。

logs/nebula-graphd.ERROR
logs/nebula-graphd.INFO

logs/nebula-storaged.ERROR
logs/nebula-storaged.INFO

logs/nebula-metad.ERROR
logs/nebula-metad.INFO

nebula-graphd.INFO:

E20230314 15:09:21.382022 10503 StorageAccessExecutor.h:39] Traverse failed, error E_EDGE_PROP_NOT_FOUND, part 5
E20230314 15:09:21.382130 10505 QueryInstance.cpp:137] Storage Error: Edge prop not found.
E20230314 15:09:24.136188 10505 StorageAccessExecutor.h:39] Traverse failed, error E_EDGE_PROP_NOT_FOUND, part 5
E20230314 15:09:24.136337 10504 QueryInstance.cpp:137] Storage Error: Edge prop not found.
E20230314 15:09:24.562165 10504 StorageAccessExecutor.h:39] Traverse failed, error E_EDGE_PROP_NOT_FOUND, part 5
E20230314 15:09:24.562332 10502 QueryInstance.cpp:137] Storage Error: Edge prop not found.
E20230314 15:09:25.010887 10505 StorageAccessExecutor.h:39] Traverse failed, error E_EDGE_PROP_NOT_FOUND, part 5
E20230314 15:09:25.010983 10504 QueryInstance.cpp:137] Storage Error: Edge prop not found.

nebula-storaged.ERROR:

Log line format: [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg
E20230313 09:49:47.878640 10492 Serializer.h:43] Thrift serialization is only defined for structs and unions, not containers thereof. Attemping to deserialize a value of type `nebula::Value`.
E20230313 15:12:02.422410 10840 UpdateVertexProcessor.cpp:58] Failure build contexts!
E20230313 19:42:47.705253 10840 UpdateVertexProcessor.cpp:58] Failure build contexts!
E20230313 19:43:20.987241 10840 UpdateVertexProcessor.cpp:58] Failure build contexts!
E20230313 19:44:46.537657 10840 UpdateVertexProcessor.cpp:58] Failure build contexts!

nebula-metad.ERROR:

Log line format: [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg
E20230313 14:22:39.378888 10547 Serializer.h:43] Thrift serialization is only defined for structs and unions, not containers thereof. Attemping to deserialize a value of type `nebula::Value`.

大佬看看这些信息够不够判断

再创建个边类型试试,估计那个边类型没有同步到meta里。

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。