dzqjk opened a new issue, #27421:
URL: https://github.com/apache/doris/issues/27421

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   版本:doris-2.0.2
   分支:2.0.2-rc05
   
   ### What's Wrong?
   
   Doris 2.0.2 FE节点扩容,新增节点使用命令./bin/start_fe.sh --helper 
leader_fe_host:edit_log_port --daemon启动后,fe.log文件中会出现failed to get fe node type 
from helper node: HostInfo{host='hadoop102', port=9010}的日志,导致新增节点无法正常的加入集群
   
   ### What You Expected?
   
   能够帮我解决或是定位该问题的原因
   
   ### How to Reproduce?
   
   启动第一个FE节点,使用mysql client连接到FE,然后使用新增命令ALTER SYSTEM ADD FOLLOWER 
"follower_host:edit_log_port";将新的fe加入到集群,在新的节点上执行./bin/start_fe.sh --helper 
leader_fe_host:edit_log_port --daemon命令启动,回到mysql client页面执行show 
forntends\G发现新增的节点errmsg提示无法连接,查看新节点的fe.log文件发现出现failed to get fe node type 
from helper node: HostInfo{host='hadoop102', port=9010}的日志
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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