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 2021/07/14 00:24:16 UTC

[GitHub] [kafka] kowshik edited a comment on pull request #10280: KAFKA-12554: Refactor Log layer

kowshik edited a comment on pull request #10280:
URL: https://github.com/apache/kafka/pull/10280#issuecomment-878641126


   @junrao Thanks for the review. I ran load tests on the changes from this PR, there weren't any new regressions (i.e. latency regressions or errors) that I noticed, except for an issue that I found which looks unrelated to this PR, its described in this jira: https://issues.apache.org/jira/browse/KAFKA-13070.
   
   The load test was run on a 6-broker cluster with 250GB SSD disks:
    * Produce consume on a test topic 2000 partitions (~1000+ replica count per broker).
    * Per topic # of producers = 6.
    * Produce ingress per broker = ~20.5MBps.
    * Per topic # of consumers = 6.
    * \# of consumer groups = 3.
    * Test duration: ~1h.
   
   Mid-way through the test, I rolled the cluster under load to check how the cluster behaved. Overall things looked OK.
   
   There weren't any additional tests that I was planning to do.


-- 
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: jira-unsubscribe@kafka.apache.org

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