athanatos commented on issue #1919: BookKeeper switched to readonly after FileInfoDeletedException URL: https://github.com/apache/bookkeeper/issues/1919#issuecomment-461163716 Looks like EntryMemTable.flushSnapshot will tolerate a NoLedgerException, but prior to my patch I think that this race would have resulted in a ChannelClosedException in which case it would still have transitioned to RO. I think the right answer is for putEntryOffset to translate the FileInfoDeletedException into a NoLedgerException.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
