horizonzy commented on PR #4038:
URL: https://github.com/apache/bookkeeper/pull/4038#issuecomment-1710419296

   > From the user report, they cherry-pick this commit, and they found that 
there is a problem about it.
   > 
   > ```
   > Caused by: 
org.apache.bookkeeper.bookie.DefaultEntryLogger$EntryLookupException$MissingEntryException:
 pos 1027337410 (entry 135 for ledgerId 574) past end of entryLog 46
   > ```
   > 
   > I will try to find the problem with them.
   
   The user config `setEntryLogPerLedgerEnabled=true`, so the 
defaultEntryLogger will write multi entry log file at the same time, so the 
sealed flag is not set correctly.
   
   If the config `setEntryLogPerLedgerEnabled=true`, the sealed flag always be 
false.
   


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