wchevreuil commented on code in PR #6990:
URL: https://github.com/apache/hbase/pull/6990#discussion_r2095547674


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePreadReader.java:
##########
@@ -150,8 +153,8 @@ public void run() {
             }
           } catch (IOException e) {
             // IOExceptions are probably due to region closes (relocation, 
etc.)
-            if (LOG.isTraceEnabled()) {
-              LOG.trace("Prefetch " + getPathOffsetEndStr(path, offset, end), 
e);
+            if (LOG.isDebugEnabled()) {
+              LOG.debug("Prefetch " + getPathOffsetEndStr(path, offset, end), 
e);

Review Comment:
   problem is that we are also logging the Throwable.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to