stoty commented on a change in pull request #62:
URL: https://github.com/apache/phoenix-omid/pull/62#discussion_r464426603
##########
File path: common/src/main/java/org/apache/omid/NetworkUtils.java
##########
@@ -34,6 +36,14 @@
public static String getDefaultNetworkInterface() {
+ try (DatagramSocket s=new DatagramSocket()) {
Review comment:
This code in particular is meant to change behaviour.
It is actually part of OMID-157, to get the Travis test running, but the fix
should apply to a lot of (virtualised) environments.
----------------------------------------------------------------
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:
[email protected]