-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
往hugegraph集群添加新机器一直不成功 #2571
Comments
要将新机器添加到 HugeGraph 集群中,请确保以下几点:
具体步骤
常见问题及解决方案
示例命令./raft-tools.sh --add-peer g_rocksdb http://new-node-endpoint:8080 此命令将把端点 |
并没有解答我的问题 |
要成功将新机器添加到 HugeGraph 集群中,请确保以下几点:
通过遵循这些步骤,你应该能够成功将新机器添加到 HugeGraph 集群中。确保所有配置一致,并且新机器正确集成到集群的角色选举和 RPC 机制中 [1][2]. |
Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label |
@hexuxu110
|
Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label |
Problem Type (问题类型)
server status (启动/运行异常)
Before submit
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
The text was updated successfully, but these errors were encountered: