wzhxs opened a new pull request, #43688:
URL: https://github.com/apache/doris/pull/43688

   Fix abnormal IPv6 address comparison
   
   ### What problem does this PR solve?
   
   Issue Number: #42695 
   
   Problem Summary:
   类org.apache.doris.common.proc.FrontendsProcNode 的 isJoin 方法,匹配ipv6值时,参数 
Frontend 的host属性值为 fe80::20c:29ff:fef9:3a18,而List allFeHosts 由于使用了java 的 
InetAddress类 getHostAddress()获取ip 值为:fe80:0:0:0:20c:29ff:fef9:3a18
   
   两个ip地址不相同,无法join。
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   None
   
   ### Check List (For Reviewer who merge this PR)
   
   None
   
   


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