brandboat commented on code in PR #15668:
URL: https://github.com/apache/kafka/pull/15668#discussion_r1554997766


##########
server-common/src/test/java/org/apache/kafka/server/util/timer/TimerTest.java:
##########
@@ -77,7 +77,7 @@ public void setup() {
     @AfterEach
     public void teardown() throws Exception {
         timer.close();
-        TestUtils.waitForCondition(() -> timer.isExecutorTerminated(), "timer 
excutor not terminated");
+        TestUtils.waitForCondition(() -> timer.isTerminated(), "timer executor 
not terminated");

Review Comment:
   God... I definitly need to open the IDE check for this. Many thanks



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to