You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/10/30 19:50:54 UTC

[hbase] branch branch-2.2 updated: HBASE-23191 EOFE log spam (#733)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 741209c  HBASE-23191 EOFE log spam (#733)
741209c is described below

commit 741209c20b39fb3c6748630e37220dadf2d37ac7
Author: Karthik Palanisamy <kp...@hortonworks.com>
AuthorDate: Wed Oct 30 12:49:04 2019 -0700

    HBASE-23191 EOFE log spam (#733)
    
    Convert log message added for 2.2.0 from INFO to DEBUG.
    
    Signed-off-by: stack <st...@apache.org>
---
 .../org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
index f2be93e..96be61c 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
@@ -418,7 +418,7 @@ public class ProtobufLogReader extends ReaderBase {
               "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);
           }
         } else {
           // Else restore our position to original location in hope that next time through we will