aiquestion commented on code in PR #12500:
URL: https://github.com/apache/kafka/pull/12500#discussion_r947865673
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java:
##########
@@ -1348,7 +1348,6 @@ public void
testOnJoinPrepareWithOffsetCommitShouldKeepJoinAfterRebalanceTimeout
String memberId = "consumer-42";
Timer pollTimer = time.timer(100L);
Review Comment:
i think we also need to change time to `Timer pollTimer = time.timer(0L);`
if we are going to remove `time.sleep(150);` below.
i think the test hang here.
--
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]