Skip to content

Commit 9a31054

Browse files
apalan60janchilling
authored andcommitted
KAFKA-18959 increase the num_workers from 9 to 14 (apache#19274)
[JIRA](https://issues.apache.org/jira/browse/KAFKA-18959) This PR adjusts the default node count for system tests since some tests are using more than 9 nodes. This change ensures such test cases can be run successfully without manual configuration. Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 5e53298 commit 9a31054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/system-test-Vagrantfile.local

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# it to Vagrantfile.local
1919
num_zookeepers = 0
2020
num_brokers = 0
21-
num_workers = 9
21+
num_workers = 14
2222
base_box = "kafkatest-worker"
2323

2424

0 commit comments

Comments
 (0)