joshelser commented on a change in pull request #1071:
URL: https://github.com/apache/phoenix/pull/1071#discussion_r554046333



##########
File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
##########
@@ -821,6 +942,7 @@ public static IndexTool runIndexTool(Configuration conf, 
boolean directApi, bool
                 indexTableName, tenantId, verifyType, disableLoggingType);
         List<String> cmdArgList = new ArrayList<>(Arrays.asList(cmdArgs));
         cmdArgList.addAll(Arrays.asList(additionalArgs));
+        LOGGER.info("Running IndexTool with {}", 
Arrays.toString(cmdArgList.toArray()), new Exception("Stack Trace"));

Review comment:
       You want to keep this here?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to