dongnuo123 commented on code in PR #14781:
URL: https://github.com/apache/kafka/pull/14781#discussion_r1395936049


##########
core/src/test/scala/integration/kafka/api/ConsumerBounceTest.scala:
##########
@@ -464,7 +477,7 @@ class ConsumerBounceTest extends AbstractConsumerTest with 
Logging {
   private def submitCloseAndValidate(consumer: Consumer[Array[Byte], 
Array[Byte]],
       closeTimeoutMs: Long, minCloseTimeMs: Option[Long], maxCloseTimeMs: 
Option[Long]): Future[Any] = {
     executor.submit(() => {
-      val closeGraceTimeMs = 2000
+      val closeGraceTimeMs = 10000

Review Comment:
   Not sure if I can increase this. kraft and kraft+kip848 can't pass this test 
with 200 closeGraceTimeMs



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