You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/11/13 10:24:52 UTC

[GitHub] [kylin] kangkaisen commented on a change in pull request #933: KYLIN-4249:DistributedScheduler can selectively assign task nodes according to cube extra configuration

kangkaisen commented on a change in pull request #933:  KYLIN-4249:DistributedScheduler can selectively assign task nodes according to cube extra configuration
URL: https://github.com/apache/kylin/pull/933#discussion_r345674372
 
 

 ##########
 File path: core-common/src/main/java/org/apache/kylin/common/util/ToolUtil.java
 ##########
 @@ -90,4 +95,35 @@ public static String getHostName() {
         }
         return hostname;
     }
+
+    public static InetAddress getFirstNonLoopbackAddress(boolean preferIpv4, boolean preferIPv6)
 
 Review comment:
   please add a UT.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services