Skip to content

Commit 8b80626

Browse files
authored
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 <[email protected]>
1 parent 2054693 commit 8b80626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)