dosubot[bot] commented on issue #2858:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2858#issuecomment-3227091293

   <!-- Answer -->
   你的 raft-hugegraph-store.log 持续报错 RPC 连接 store1,但 pd 查询已经没有 store1,说明集群的 raft 
元数据或成员信息没有及时清理,导致系统还在尝试连接已移除的节点。这种情况通常是 raft 层或 RPC 
管理器没有及时同步最新的成员列表,或者节点移除流程不完整,导致反复重试和警告日志。
   
   建议排查:1)确认所有 PD 节点的 raft 配置(如 peers-list、address、data-path)一致;2)检查 PD 节点和 
store 节点的网络连通性;3)查看 PD 节点和 store 节点的 raft 相关日志,是否有异常或同步延迟;4)重启相关 PD 节点或整个集群,观察 
raft 状态是否收敛,错误是否消失。如果问题持续,说明 raft 元数据清理或成员变更流程可能有 bug,可进一步关注 raft 
相关的源码实现和后续版本修复动态。
   
   参考类似问题和官方建议:[HugeGraph PD 
节点成员状态不一致及处理方法](https://github.com/apache/incubator-hugegraph/issues/2810)  
   [HStore 
节点下线后集群不可用及错误日志分析](https://github.com/apache/incubator-hugegraph/issues/2849)
   
   
   <!-- Dosu Comment Footer -->
   *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*
   
   ---
   <sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/fae17f6d-1105-4220-a9d2-d7fe4b4bdc28?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/e5e246fa-a522-4d8a-ab3c-e2588b5b501b/ask?utm_source=githu
 b)&nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-hugegraph/issues/2858)


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to