FrankYang0529 commented on code in PR #17191:
URL: https://github.com/apache/kafka/pull/17191#discussion_r1764390528


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/tasks/DefaultTaskManagerTest.java:
##########
@@ -79,7 +79,7 @@ public void shouldShutdownTaskExecutors() {
         taskManager.shutdown(duration);
 
         verify(taskExecutor).requestShutdown();
-        verify(taskExecutor).awaitShutdown(duration);
+        verify(taskExecutor).awaitShutdown(Duration.ofSeconds(10));

Review Comment:
   This change may need to be reverted. Both JUnit tests Java 11 & 17 failed on 
this case.



-- 
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]

Reply via email to