Github user kkhatua commented on a diff in the pull request:
https://github.com/apache/drill/pull/1205#discussion_r180564939
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java ---
@@ -170,6 +170,8 @@ public DrillClient(DrillConfig config,
ClusterCoordinator coordinator, BufferAll
this.reconnectTimes = config.getInt(ExecConstants.BIT_RETRY_TIMES);
this.reconnectDelay = config.getInt(ExecConstants.BIT_RETRY_DELAY);
this.supportComplexTypes =
config.getBoolean(ExecConstants.CLIENT_SUPPORT_COMPLEX_TYPES);
+
+ logger.debug("picasso: DrillClient(): ownsZkConnection:" +
this.ownsZkConnection);
--- End diff --
The log message is cryptic and not clear.
---