- nebula 版本:v3.8.0
- 部署方式:单机
- 安装方式:RPM
- 是否上生产环境:N
- 问题的具体描述
在一个运行正常的nebula 服务中,将所有服务关闭后,再次执行启动服务指令。
./nebula.service stop all
,/nebula.service start all
使用指令查看服务状态,展示如下信息:
[INFO] nebula-metad(7458486): Running as 1140, Listening on 9559
[INFO] nebula-graphd(7458486): Running as 1173, Listening on 9669
[WARN] nebula-storaged after v3.0.0 will not start service until it is added to cluster.
[WARN] See Manage Storage hosts:ADD HOSTS in https://docs.nebula-graph.io/
[INFO] nebula-storaged(7458486): Running as 1216, Listening on 9779
storaged服务在长达几分钟之后,才显示正常。在此之前,执行查询请求,将报错"Storage Error: RPC failure, probably timeout."。
请问这是什么原因造成的,如何能减少这个时间呢?