You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/12/10 23:45:55 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #916: HBASE-23382: Clean up Logging for Some of hbase-server Module

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

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java
 ##########
 @@ -316,7 +316,6 @@ public Writer create() throws IOException {
           ostream.setDropBehind(shouldDropBehind && cacheConf.shouldDropBehindCompaction());
         } catch (UnsupportedOperationException uoe) {
           LOG.trace("Unable to set drop behind on {}", path, uoe);
-          LOG.debug("Unable to set drop behind on {}", path.getName());
 
 Review comment:
   hmm.... ok.

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


With regards,
Apache Git Services