ramkrish86 commented on a change in pull request #1913:
URL: https://github.com/apache/hbase/pull/1913#discussion_r441966355



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/wal/RecoveredEditsOutputSink.java
##########
@@ -81,6 +83,7 @@ private RecoveredEditsWriter 
getRecoveredEditsWriter(TableName tableName, byte[]
     if (ret == null) {
       return null;
     }
+    LOG.trace("Created {}", ret.path);

Review comment:
       Just asking. this can be in DEBUG mode right rather than trace?




----------------------------------------------------------------
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:
[email protected]


Reply via email to