karthikhw commented on a change in pull request #733: HBASE-23191 EOFE log spam
URL: https://github.com/apache/hbase/pull/733#discussion_r337167371
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
 ##########
 @@ -418,7 +418,7 @@ protected boolean readNext(Entry entry) throws IOException 
{
               "current position and original position match at {}", 
originalPosition);
             seekOnFs(0);
           } else {
-            LOG.info("Reached the end of file at position {}", 
originalPosition);
+            LOG.debug("Reached the end of file at position {}", 
originalPosition);
 
 Review comment:
   Thank you very much @wchevreuil for checking this.  There is no heavy 
overhead and it generates only 800 KB/hour. I filed this JIRA because likely 
possible that we miss some log due to log rolling when customer maintenance 
goes longer(I.e few days).  And, this info is added recently HBASE-22502 
(hbase-2.2.0). IMO, I don't think it is useful log. 

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


With regards,
Apache Git Services

Reply via email to