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 2021/02/20 19:09:08 UTC

[GitHub] [hbase] apurtell commented on a change in pull request #2965: HBASE-25556 Frequent replication "Encountered a malformed edit" warnings

apurtell commented on a change in pull request #2965:
URL: https://github.com/apache/hbase/pull/2965#discussion_r579695639



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
##########
@@ -400,22 +400,22 @@ protected boolean readNext(Entry entry) throws IOException {
           initCause(realEofEx != null ? realEofEx : ex);
       }
       if (trailerPresent && this.inputStream.getPos() > this.walEditsStopOffset) {
-        LOG.error(

Review comment:
       No, this one did not




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