hachikuji opened a new pull request #10309:
URL: https://github.com/apache/kafka/pull/10309


   Currently the Raft leader raises an exception if there is a non-monotonic 
update to the fetch offset of a replica. In a situation where the replica had 
lost it disk state, this would prevent the replica from being able to recover. 
In this patch, we relax the validation to address this problem. It is worth 
pointing out that this validation could not be relied on to protect from data 
loss after a voter has lost committed state.
   
   ### 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