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/31 17:37:22 UTC

[hbase] 01/02: Revert "Revert "HBASE-23191 EOFE log spam (#733)"" Reapply. Reverted wrong commit.

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

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

commit 97644e20bb580d307dbd97b901719a7827b22476
Author: stack <st...@apache.org>
AuthorDate: Thu Oct 31 10:35:39 2019 -0700

    Revert "Revert "HBASE-23191 EOFE log spam (#733)""
    Reapply. Reverted wrong commit.
    
    This reverts commit 87b4cfabdaeac6e1b04ad724b9db1dcd03c00633.
---
 .../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