yatsukav opened a new pull request #10333:
URL: https://github.com/apache/kafka/pull/10333


   A large number of topic-partitions on one broker causes burst of host's 
packets/sec metric. This pull request allow disable TCP_NODELAY socket option 
via Kafka Config.
   
   Big amount topic-partitions per broker raise enormous packets count. For 
example 30k topic-partitions under load per 4 broker spawn ~150k packets/sec. 
With disabled TCP_NODELAY this value reduced to ~3k packets/sec.
   More about how to reproduce problem and result after solving in JIRA: 
https://issues.apache.org/jira/browse/KAFKA-12481
   
   ### 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:
us...@infra.apache.org


Reply via email to