vergilchiu opened a new issue #6376:
URL: https://github.com/apache/incubator-doris/issues/6376


   **Describe the bug**
   I deploy doris in k8s .
   Connecting to fe , adding be node using be's hostname , not ip .
   Be can't reconnect fe over hostname , when be's pod restart and it's ip 
changed.
   
   **To Reproduce**
   Assuming that “node-1” 's ip is "172.1.10"
   
   ```shell
   alter system add backend "node-1:9050"
   ```
   
   Now, I change node-1 's to "172.1.11" and restart be .
   Be cant't reconnect fe.
   
   
   **Expected behavior**
   Be can reconnect fe over hostname if I add be node using be's hostname
   
   
   **Desktop (please complete the following information):**
    - OS: ceonts7
   
   


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