soarez opened a new pull request, #14369:
URL: https://github.com/apache/kafka/pull/14369

   A new DirectoryEventManager accumulates, batches, and sends assignments
   or failure events to the Controller, prioritizing assignments to ensure
   the Controller has the correct assignment view before processing
   log dir failures.
   
   Assignments are sent via AssignReplicasToDirs, logdir failures are sent
   via BrokerHeartbeat (delegated to BrokerLifecycleManager).
   
   Broker halts if log dir failure timeout is exceeded before the
   controller is notified of offline dirs.
   
   Part of KIP-858.
   
   ### 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