Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/1040#discussion_r158121657
--- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/BasicServer.java
---
@@ -202,6 +202,9 @@ public int bind(final int initialPort, boolean
allowPortHunting) {
if (e instanceof BindException && allowPortHunting) {
continue;
}
+
+ e.printStackTrace();
--- End diff --
Not sure how this got introduced. Thanks for catching.---
