jolshan commented on code in PR #14702: URL: https://github.com/apache/kafka/pull/14702#discussion_r1387221735
########## core/src/test/scala/integration/kafka/api/TransactionsTest.scala: ########## @@ -69,6 +70,8 @@ class TransactionsTest extends IntegrationTestHarness { props.put(KafkaConfig.AutoLeaderRebalanceEnableProp, false.toString) props.put(KafkaConfig.GroupInitialRebalanceDelayMsProp, "0") props.put(KafkaConfig.TransactionsAbortTimedOutTransactionCleanupIntervalMsProp, "200") + props.put(KafkaConfig.NumNetworkThreadsProp, 2.toString) Review Comment: I ran the other tests about 20 times locally and didn't see issues. -- 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