This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6ef8b1c4c0d KAFKA-18132 Remove "session.timeout.ms" from 
connect-distributed.properties to fix connect e2e (#18005)
6ef8b1c4c0d is described below

commit 6ef8b1c4c0db983a7d3321a577f39a2a83fb6ea0
Author: Ken Huang <[email protected]>
AuthorDate: Thu Dec 5 10:28:03 2024 +0800

    KAFKA-18132 Remove "session.timeout.ms" from connect-distributed.properties 
to fix connect e2e (#18005)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 .../kafkatest/tests/connect/templates/connect-distributed.properties | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/tests/kafkatest/tests/connect/templates/connect-distributed.properties 
b/tests/kafkatest/tests/connect/templates/connect-distributed.properties
index fa2172edd7b..13215585247 100644
--- a/tests/kafkatest/tests/connect/templates/connect-distributed.properties
+++ b/tests/kafkatest/tests/connect/templates/connect-distributed.properties
@@ -52,11 +52,6 @@ offset.flush.interval.ms=5000
 
 rest.advertised.host.name = {{ node.account.hostname }}
 
-
-# Reduce session timeouts so tests that kill workers don't need to wait as 
long to recover
-session.timeout.ms=10000
-consumer.session.timeout.ms=10000
-
 # Reduce the admin client request timeouts so that we don't wait the default 
120 sec before failing to connect the admin client
 request.timeout.ms=30000
 

Reply via email to