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

 ##########
 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:
   @wchevreuil  @Apache9 (Duo Zhang) Appreciate if you would confirm the change.

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