You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/01/08 16:23:34 UTC

[GitHub] [phoenix] joshelser commented on a change in pull request #1071: PHOENIX-3710 Cannot use lowername data table name with indextool

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