- nebula 版本:2.0 rc1
- 部署方式 分布式:
- 硬件信息
- 磁盘:HDD
- CPU、内存信息、网络:Intel(R) Xeon(R) CPU E5-2650 v4,156G,千兆网
- 问题的具体描述
图库数据背景:5亿边,4亿点
任务:查询某SAMPLE点外两跳所有的REPORT点
语句:MATCH (v:SAMPLE)-[e*2]-(v2:REPORT) where id(v)==2624809084832723053 return v2 limit 5
执行 match 语句后显示 Storage Error:part:3,error code:-3
- 相关的 meta / storage / graph info 日志信息
- Storage 没报Error,Graph报了Error
E0311 19:36:53.121951 97927 StorageClientBase.inl:225] Request to [172.16.1.47:44500] failed: N6apache6thrift9transport19TTransportExceptionE: Timed Out
E0311 19:36:53.895073 97927 StorageClientBase.inl:225] Request to [172.16.1.48:44500] failed: N6apache6thrift9transport19TTransportExceptionE: Timed Out
E0311 19:36:54.271297 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 3
E0311 19:36:54.271514 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 1
E0311 19:36:54.271539 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 5
E0311 19:36:54.271557 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 7
E0311 19:36:54.271601 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 9
E0311 19:36:54.271621 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 10
E0311 19:36:54.271679 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 8
E0311 19:36:54.271697 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 6
E0311 19:36:54.271715 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 2
E0311 19:36:54.271733 97821 QueryStorageExecutor.h:32] GetNeighborsExecutor failed, error E_RPC_FAILURE, part 4
E0311 19:36:54.271755 97821 QueryStorageExecutor.h:103] Storage Error: part: 3, error code: -3.
E0311 19:36:54.295277 97825 QueryInstance.cpp:120] Storage Error: part: 3, error code: -3.
Storage.ERROR 里没相关的东西