mirror of https://github.com/apache/kafka.git
Currently, we verify the startup of a Streams client by checking the transition from REBALANCING to RUNNING and if the client processed some records in the EOS system test. However, if the Streams client only has standby tasks assigned as it can happen if the client is catching up by using warm-up replicas, the client will never process records within the timeout of the startup verification. Hence, the test will fail although everything is fine. This commit fixes this by reducing the time to the next probing rebalance and by increasing the number of max warm-up replicas. In such a way, the catch up of the client and the following processing of records should still be within the startup verification timeout of the client. Reviewers: Anna Sophie Blee-Goldman <ableegoldman@apache.org> |
||
|---|---|---|
| .. | ||
| examples/src | ||
| quickstart | ||
| src | ||
| streams-scala | ||
| test-utils/src | ||
| upgrade-system-tests-10/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-11/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-20/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-21/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-22/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-23/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-24/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-25/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-26/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-27/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-0100/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-0101/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-0102/src/test/java/org/apache/kafka/streams/tests | ||
| upgrade-system-tests-0110/src/test/java/org/apache/kafka/streams/tests | ||
| .gitignore | ||