caiconghui commented on code in PR #9172:
URL: https://github.com/apache/doris/pull/9172#discussion_r1032899046
##########
fe/fe-core/src/main/java/org/apache/doris/system/SystemInfoService.java:
##########
@@ -901,7 +915,8 @@ public void clear() {
this.idToReportVersionRef = null;
}
- public static Pair<String, Integer> validateHostAndPort(String hostPort)
throws AnalysisException {
+ public static Triple<String, String, Integer> getIpHostAndPort(String
hostPort, boolean strictCheck)
Review Comment:
because when pod is deconstructed,the ip of pod cannot be obtained,here is
to prevent that we cannot drop backend
--
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]