jsancio opened a new pull request #11116:
URL: https://github.com/apache/kafka/pull/11116


   RaftClient's scheduleAppend may split the list of records into multiple
   batches. This means that it is possible for the active controller to
   see a committed offset for which it doesn't have an in-memory snapshot.
   
   If the active controller needs to renounce and it is missing an
   in-memory snapshot, then revert the state and reregister the Raft
   listener. This will cause the controller to replay the entire metadata
   partition.
   
   
   ### 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to