busbey commented on a change in pull request #916: HBASE-23382: Clean up
Logging for Some of hbase-server Module
URL: https://github.com/apache/hbase/pull/916#discussion_r356406136
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java
##########
@@ -1626,7 +1625,6 @@ public HFileBlock readBlockData(long offset, long
onDiskSizeWithHeaderL, boolean
String msg = "readBlockData failed, possibly due to " +
"checksum verification failed for file " + pathName +
" at offset " + offset + " filesize " + fileSize;
- HFile.LOG.warn(msg);
Review comment:
same question as above.
----------------------------------------------------------------
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]
With regards,
Apache Git Services