deniskuzZ commented on a change in pull request #1087:
URL: https://github.com/apache/hive/pull/1087#discussion_r447472989



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java
##########
@@ -383,6 +475,7 @@ public Void execute(int size) throws MetastoreException {
               partsToAdd.add(partition);
               lastBatch.add(part);
               addMsgs.add(String.format(addMsgFormat, 
part.getPartitionName()));
+              LOG.debug(String.format(addMsgFormat, part.getPartitionName()));

Review comment:
       why  not to log content of addMsgs 




----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to