reddycharan commented on a change in pull request #2090: Update and flush
lastLogMark when replaying journal
URL: https://github.com/apache/bookkeeper/pull/2090#discussion_r283982508
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java
##########
@@ -872,6 +872,7 @@ public void process(int journalVersion, long offset,
ByteBuffer recBuff) throws
recBuff.rewind();
handle.addEntry(Unpooled.wrappedBuffer(recBuff));
}
+
Review comment:
nit: remove this new line
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services