1559924775 opened a new pull request, #3608: URL: https://github.com/apache/bookkeeper/pull/3608
Descriptions of the changes in this PR: ### Motivation When bookie GC encounters an entryLog file with disordered data, all exceptions are not caught, resulting in the death of the GC thread and the end of the GC process. This problem is encountered again in the next GC, resulting in the subsequent entrylog being unable to GC. Disk is full. image In our case, due to the disorder of the entrylog file, the exception in the above figure appeared. This exception is not a subclass of IOException and cannot be caught. ### Changes In the entryLogger.getEntryLogMetadata(entryLogId) process, modify IOException to Exception Master Issue: #3607 -- 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]
