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

   ### 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
   
   3.0.2-rc03
   
   ### What's Wrong?
   
   If the BE does not configure meta_service_endpoint, the initial startup will 
fail. The root cause is that is_meta_service_endpoint_list is not correctly 
updated after obtaining multiple Meta Service Endpoints from the heartbeat, 
resulting in incorrect Channel initialization.
   The repeated error log is as follows:
   ```
   network_util.cpp:154 failed to get ip from host: 192.168.71.12:5000, 
192.168.71.
   ```
   
   ### What You Expected?
   
   Obtain Meta Service Endpoints via heartbeat, and the BE initializes the 
channel successfully.The BE starts up successfully in the end.
   
   ### How to Reproduce?
   
   not configure meta_service_endpoint manually
   
   ### 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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to