You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekagarwal87 (via GitHub)" <gi...@apache.org> on 2023/03/29 07:56:08 UTC

[GitHub] [druid] abhishekagarwal87 commented on a diff in pull request #13995: Fix peon errors when executing tasks in ipv6

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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org