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

   The `GroupCoordinatorService#onPartitionsDeleted` path schedules operations 
to delete committed offsets, waits on all the results, schedules operations to 
delete share state, and waits on the results. This is inefficient and holds the 
metadata publisher for longer than needed. This patch refactors the code to 
schedule all the operations for both and then waits on all the results. It 
relies on existing tests.
   


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