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

   The ModernGroup#subscribedTopicMetadata takes too much memory due to 
`partitionRacks`. This is not being used at the moment as the consumer protocol 
does not support rack aware assignments.
   
   A heap dump from a group with 500 members, 2K subscribed topic partitions 
shows 654,400 bytes used for partitionRacks. The rest of the ConsumerGroup 
object holds 822,860 bytes. 
   
   ### 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