mjsax commented on code in PR #20958:
URL: https://github.com/apache/kafka/pull/20958#discussion_r2558413762
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/StateUpdaterFailureIntegrationTest.java:
##########
@@ -146,6 +148,8 @@ public void flush() {
streams.removeStreamThread();
+ TestUtils.waitForCondition(() -> streams.state() ==
KafkaStreams.State.REBALANCING, TimeUnit.MINUTES.toMillis(2), "Streams never
reached REBALANCING state");
Review Comment:
Why do we need this only for `4.1` branch?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]