-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocked thread in KafkaConsumer.poll #263
Comments
I see you reported another blocked error (DNS) based on Kotlin, I am wondering if Kotlin coroutines is not related to that instead of Vert.x |
For the SQL client issue eclipse-vertx/vertx-sql-client#1429, the blocked thread is during a class-load triggered by a DNS lookup in Netty code For this issue the blocked thread originated in I don't know if Kotlin coroutines is making this worse or not - but as this is within the Vertx/Netty code there isn't much we can do from our code... |
Some more stacks: pod1:
|
And another: Note: this error occurred about 3 minutes after the k8s pod started. So it is likely the first time the consumer joined the kafka cluster.
|
Version
4.5.4
Context
Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2748 ms, time limit is 2000 ms
Do you have a reproducer?
No
Steps to reproduce
Extra
OS: Amazon Linux (Docker) running in EKS (k8s)
JDK: 21, eclipse-temurin:21-jdk
The text was updated successfully, but these errors were encountered: