chia7712 commented on PR #16810: URL: https://github.com/apache/kafka/pull/16810#issuecomment-2276564430
The test sends many `JoinGroupRequest` and each request needs to wait delay ("3" seconds). Also, the zk mode runs so fast due to initial_delay=0 (see following link) https://github.com/apache/kafka/blob/e7317b37bf4a3ea5beaeb22a9b0707bdb16ebee7/core/src/test/scala/unit/kafka/utils/TestUtils.scala#L352 Maybe we can reduce the delay from 3 seconds to 1.5 seconds? That not only keep the initial rebalance delay but also speed up the test. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org