merlimat commented on issue #2172: Avoid throwing exception when doing 
EntryLogger.internalReadEntry
URL: https://github.com/apache/bookkeeper/pull/2172#issuecomment-537376978
 
 
   The check is actually for either of ledgerid or entryid: `if (thisLedgerId 
!= ledgerId || thisEntryId != entryId)`
   
   It would be a problem even when the  ledgerid is different, since we’re 
scanning on the entry log until we find and entry for a different ledger. 

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