eolivelli commented on a change in pull request #2240: fix the problem that the 
method InetAddress.getLocalHost().getHostAddress() gets ip as 127.0.0.1
URL: https://github.com/apache/bookkeeper/pull/2240#discussion_r365126659
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/SingleDirectoryDbLedgerStorage.java
 ##########
 @@ -466,7 +466,7 @@ private void fillReadAheadCache(long orginalLedgerId, long 
firstEntryId, long fi
             long size = 0;
 
             while (count < readAheadCacheBatchSize && currentEntryLogId == 
firstEntryLogId) {
-                ByteBuf entry = entryLogger.internalReadEntry(orginalLedgerId, 
-1, currentEntryLocation,
+                ByteBuf entry = entryLogger.internalReadEntry(orginalLedgerId, 
firstEntryId, currentEntryLocation,
 
 Review comment:
   This change is not part of this task.
   

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

Reply via email to