Nikita-Shupletsov commented on code in PR #20958:
URL: https://github.com/apache/kafka/pull/20958#discussion_r2558423376
##########
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:
for some reason in 4.1 branch rebalancing kicks in only after ~1 minute
after the thread is removed. it didn't happen in trunk
--
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]