You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/08/07 08:07:12 UTC

[GitHub] [kafka] chia7712 opened a new pull request #9134: MINOR: set initial capacity for all array buffers in converting produ…

chia7712 opened a new pull request #9134:
URL: https://github.com/apache/kafka/pull/9134


   this is a bit optimization of converting producer responses. Those array buffers need initial capacity to avoid growing continually if the request carries a bunch of small messages and those messages are sent to different partitions.
   
   ### 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] chia7712 closed pull request #9134: MINOR: set initial capacity for all array buffers in converting produ…

Posted by GitBox <gi...@apache.org>.
chia7712 closed pull request #9134:
URL: https://github.com/apache/kafka/pull/9134


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] chia7712 commented on pull request #9134: MINOR: set initial capacity for all array buffers in converting produ…

Posted by GitBox <gi...@apache.org>.
chia7712 commented on pull request #9134:
URL: https://github.com/apache/kafka/pull/9134#issuecomment-678894285


   test this patch with timed profiling recording (5 minutes) and the memory usage of array reallocation is reduced from 3.14 GB to 2.81 GB


----------------------------------------------------------------
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:
users@infra.apache.org