Apache9 commented on code in PR #5032:
URL: https://github.com/apache/hbase/pull/5032#discussion_r1115176209


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java:
##########
@@ -410,8 +410,7 @@ protected boolean readNext(Entry entry) throws IOException {
       if (!walKey.hasFollowingKvCount() || 0 == walKey.getFollowingKvCount()) {
         LOG.trace("WALKey has no KVs that follow it; trying the next one. 
current offset={}",
           this.inputStream.getPos());

Review Comment:
   Oh I thought this was a PR which has already been merged so I said we can 
file a new issue for this...
   Let me change the log level and update the PR...



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to