1559924775 opened a new pull request, #3611:
URL: https://github.com/apache/bookkeeper/pull/3611

   Descriptions of the changes in this PR:
   
   Motivation
   When bookie GC encounters an entryLog file with disordered data, a 
IllegalArgumentException 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.
   The problem described in this 
issue(https://github.com/apache/bookkeeper/issues/3604) will cause the entryLog 
file to be disordered, and will cause the IllegalArgumentException when parsing 
the entrylog file.
   
   Master Issue:
   https://github.com/apache/bookkeeper/issues/3607 : Describes the problem to 
be solved by this pr.
   https://github.com/apache/bookkeeper/issues/3604 : Describes the phenomenon 
and causes of disordered entrylog files.


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