ijuma opened a new pull request #8812:
URL: https://github.com/apache/kafka/pull/8812


   1. Don't advance recovery point in `recoverLog` unless there was a clean
   shutdown.
   2. Ensure the recovery point is not ahead of the log end offset.
   3. Clean and flush leader epoch cache and truncate produce state manager
   if deleting segments due to log end offset being smaller than log start
   offset.
   4. If we are unable to delete clean shutdown file that exists, mark the
   directory as offline (this was the intent, but the code was wrong).
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to