omkreddy commented on PR #21452:
URL: https://github.com/apache/kafka/pull/21452#issuecomment-3944560809
Just to clarify, I was testing with the **kafka-rest** artifacts, not
directly with Kafka. I mainly wanted to highlight the Jetty/SLF4J API issue.
I can see the above NoSuchMethodError logs in some Connect integration tests:
* Requests are processed and responses are sent successfully — the tests are
not failing because of this.
* However, the `NoSuchMethodError` in `completeChannelCallback` prevents
Jetty from properly transitioning the connection state machine to its final
state.
* This can lead to connection-related issues such as:
* Connections getting stuck in the `COMPLETED` state and not being cleaned
up
* Jetty’s idle timeout firing repeatedly on zombie connections
* Server shutdown failures due to stuck connections
--
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]