nsnycde commented on PR #4607: URL: https://github.com/apache/bookkeeper/pull/4607#issuecomment-3218915769
In theory, this issue shouldn't occur with the default DbLedgerStorage. The entry point for DbLedgerStorage's write, garbage collection, and checkpoint threads is getCurrentLogForLedgerForAddEntry, a method that is locked (I'm not sure where else I'm missing information). I encountered this issue with SortedLedgerStorage. In theory, rewriting and synchronizing the EntryLogManagerForSingleEntryLog.createNewLog method with a reason parameter should resolve the issue. This fix was found with SortedLedgerStorage. I haven't seen any official team address this yet. -- 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]
