chia7712 commented on code in PR #17986:
URL: https://github.com/apache/kafka/pull/17986#discussion_r1864699353


##########
core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala:
##########
@@ -87,7 +87,7 @@ class DynamicBrokerReconfigurationTest extends 
QuorumTestHarness with SaslSetup
 
   private val servers = new ArrayBuffer[KafkaBroker]
   private val numServers = 3
-  private val numPartitions = 10
+  private val numPartitions = 25

Review Comment:
   @dengziming I’ve outlined the possible root cause in the Jira ticket. This 
change aims to ensure that all fetch threads have tasks as much as possible. 
However, it’s not an ideal solution since the test remains non-deterministic. 
we need to dig in it :(



-- 
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