kafka/tools/src
Luke Chen 2575362639
KAFKA-14498: reduce the startup nodes to avoid timeout error (#13016)
In MetadataQuorumCommandTest, we sometimes got the error:

java.util.concurrent.ExecutionException: java.lang.RuntimeException: Received a fatal error while waiting for the broker to catch up with the current cluster metadata.

Since we tried to bring up 3 broker + 3 controllers at the same time, and the config initial.broker.registration.timeout.ms (default 1 min) is sometimes not enough for them to start up. Checking the tests, it doesn't require so many nodes. Reducing the nodes number to make these tests reliable.

Reviewers: dengziming <dengziming1993@gmail.com>, Ismael Juma <ismael@juma.me.uk>
2022-12-21 11:19:22 +08:00
..
main/java/org/apache/kafka/tools MINOR: Move MetadataQuorumCommand from `core` to `tools` (#12951) 2022-12-09 09:22:58 -08:00
test KAFKA-14498: reduce the startup nodes to avoid timeout error (#13016) 2022-12-21 11:19:22 +08:00