frankvicky commented on PR #17373: URL: https://github.com/apache/kafka/pull/17373#issuecomment-2507753807
Since this issue is quite tricky for me, I went through a process of elimination to locate the bug. I found this line might be the root cause: https://github.com/apache/kafka/blob/064fe52b9ea66522b45d4f4af447ae4de43d71b2/tests/kafkatest/services/console_consumer.py#L164 If we use `-Dlog4j2.configurationFile=file:`, it will lead to a `TimeoutException` in the console consumer. However, if we use `-Dlog4j.configuration=file:`, all tests in `connect_test.py` will pass. I'm still trying to figure it out. -- 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