David Mao created KAFKA-16571:
---------------------------------
Summary: reassign_partitions_test.bounce_brokers should wait for
messages to be sent to every partition
Key: KAFKA-16571
URL: https://issues.apache.org/jira/browse/KAFKA-16571
Project: Kafka
Issue Type: Bug
Reporter: David Mao
This particular system test tries to bounce brokers while produce is ongoing.
The test also has rf=3 and min.isr=3 configured, so if any brokers are bounced
before records are produced to every partition, it is possible to run into
OutOfOrderSequence exceptions similar to what is described in
https://issues.apache.org/jira/browse/KAFKA-14359
When running the produce_consume_validate for the reassign_partitions_test,
instead of waiting for 5 acked messages, we should wait for messages to be
acked on the full set of partitions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)