hexuxu110 opened a new issue, #2571: URL: https://github.com/apache/incubator-hugegraph/issues/2571
### Problem Type (问题类型) server status (启动/运行异常) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents) ### Environment (环境信息) 环境hugegraph1.0.0+java11 底层存储rocksdb 集群配置1主6从 想往集群新增一台机器 一直不成功 启动机器新机器ip 先执行bin/init-store.sh 后执行bin/start-hugegraph.sh 然后在主节点执行 bin/raft-tools.sh -a g_rocksdb 新机器ip:port ### Your Question (问题描述) 大佬们 请教个问题 往集群新增机器失败问题 环境hugegraph1.0.0+java11 底层存储rocksdb 集群配置1主6从 想往集群新增一台机器 一直不成功 启动机器新机器ip 先执行bin/init-store.sh 后执行bin/start-hugegraph.sh 然后在主节点执行 bin/raft-tools.sh -a g_rocksdb 新机器ip:port 主节点报错信息: 2024-07-08 13:18:29.849 [Append-Entries-Thread-Send6] [WARN] c.a.s.j.c.Replicator - Fail to issue RPC to 新机器ip:port, consecutiveErrorTimes=1, error=Status[EINTERNAL<1004>: RPC exception:Invoke timeout when invoke with callback.The address is 新机器ip:port] 2024-07-08 13:18:29.849 [JRaft-Rpc-Closure-Executor-122] [WARN] o.a.h.b.s.r.RaftNode - Replicator meet error: Status[EINTERNAL<1004>: RPC exception:Invoke timeout when invoke with callback.The address is 新机器ip:port] 从节点报错信息: 2024-07-08 13:44:33.708 [task-scheduler-1] [WARN] o.a.h.t.ServerInfoManager - ServerInfo is missing: server-14 2024-07-08 13:44:33.710 [task-scheduler-1] [INFO] o.a.h.t.ServerInfoManager - Init server info: HugeServerInfo(server-14){server_load=0, server_role=WORKER, id=server-14, label=~server, server_update_time=Mon Jul 08 13:44:33 CST 2024, server_max_load=10000} 2024-07-08 13:44:34.711 [task-scheduler-1] [WARN] o.a.h.t.ServerInfoManager - ServerInfo is missing: server-14 2024-07-08 13:44:34.713 [task-scheduler-1] [INFO] o.a.h.t.ServerInfoManager - Init server info: HugeServerInfo(server-14){server_load=0, server_role=WORKER, id=server-14, label=~server, server_update_time=Mon Jul 08 13:44:34 CST 2024, server_max_load=10000} ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
