1559924775 opened a new issue, #3607:
URL: https://github.com/apache/bookkeeper/issues/3607

   **BUG REPORT**
   
   ***Describe the bug***
   
   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](https://user-images.githubusercontent.com/35036009/199923547-367a1c0c-8eac-426d-ad7d-50769849efce.png)
   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.


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