gardnervickers opened a new pull request #9980:
URL: https://github.com/apache/kafka/pull/9980


   This reduces the size at construction of the batchMetadata queue from 16
   entries to 5. The backing array will be sized to 8 elements, cutting the 
array size
   in half.
   
   We know that we will only allow a max of 5 entries in this queue, so this 
change will not
   change the alloc/copy behavior.


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