mirror of https://github.com/apache/kafka.git
KAFKA-18959 increase the num_workers from 9 to 14 (#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 <chia7712@gmail.com>
This commit is contained in:
parent
20546930ae
commit
8b80626094
|
@ -18,7 +18,7 @@
|
||||||
# it to Vagrantfile.local
|
# it to Vagrantfile.local
|
||||||
num_zookeepers = 0
|
num_zookeepers = 0
|
||||||
num_brokers = 0
|
num_brokers = 0
|
||||||
num_workers = 9
|
num_workers = 14
|
||||||
base_box = "kafkatest-worker"
|
base_box = "kafkatest-worker"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue