vamossagar12 commented on code in PR #15305:
URL: https://github.com/apache/kafka/pull/15305#discussion_r1474595936


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/WorkerCoordinatorTest.java:
##########
@@ -93,9 +96,9 @@ public class WorkerCoordinatorTest {
     private final ConnectorTaskId taskId3x0 = new 
ConnectorTaskId(connectorId3, 0);
 
     private final String groupId = "test-group";
-    private final int sessionTimeoutMs = 10;
+    private final int sessionTimeoutMs = 30;
     private final int rebalanceTimeoutMs = 60;
-    private final int heartbeatIntervalMs = 2;
+    private final int heartbeatIntervalMs = 7;

Review Comment:
   I increased `sessionTimeoutMs` and `heartbeatIntervalMs` by small numbers so 
as to be able to mock a poll timeout expiry without a lot of session timeouts 
and losing connectivity with Group Coordinator.



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