abhishekagarwal87 commented on code in PR #13995:
URL: https://github.com/apache/druid/pull/13995#discussion_r1151533677


##########
server/src/main/java/org/apache/druid/rpc/ServiceClientImpl.java:
##########
@@ -475,6 +475,13 @@ static long computeBackoffMs(final ServiceRetryPolicy 
retryPolicy, final long at
     );
   }
 
+  static String normalizeHost(String host) {

Review Comment:
   lets rename it to sanitizeHost? Can you also add a description that this 
method sanitizes IPv6 addresses with an example? 



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