smjn opened a new pull request, #18090: URL: https://github.com/apache/kafka/pull/18090
* The state batch combiner algorithm prunes and merges state batches in the current state and incoming RPC requests. * During profiling a simple data structure change showed great promise. * This PR incorporates the change (ArrayList<> -> LinkedList<>). **Before**  **After**  -- 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]
