-
-
Notifications
You must be signed in to change notification settings - Fork 675
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
java.io.IOException: No file descriptors available #43
Comments
Furthermore, looking inside the container, I can see there are about
Looking at
There are about
|
Really strange behavior ! Can you tell me a little bit more ?
Do you have successfully displayed the UI ? The raise exception is directly from Kafka client. I think a simple Java api (simple consumer for example) will lead to the same exception. KafkaHQ have a connection cache persistance, once connected, we keep the connection open. But do be honest, it's really strange, I have a kafkahq open for weeks without any restart with this kid ND if errors. |
|
Something is not getting cleaned up. Testing from a local container on each page refresh file descriptor count and memory grow. While the page is open and idling all the counts remain the same. The reason it was maxing out in ECS is because there is a health check that pings the service every 15s. And so file descriptors grow, don't get cleaned up and eventually the service crashes. |
Thanks for the feedback, especially the health check informations, will have a look at it ASAP |
Clearly got it, we have a true leak at every refresh 😢 |
Normally it's fixed on last version 0.5.2 !! |
Thanks a lot for the quick turn around and a great application. |
@eskp, for information, you have true healthcheck endpoint now : https://github.com/tchiotludo/kafkahq#monitoring-endpoint |
…es-List-Backend AKHQ-12 - Topics - Data - Messages List - Backend
We are seeing the following log after some time of operation (around 3 hours). We already raised file descriptors limit to
8192
from the default1024
.KafkaHQ not able to resolve our Kafka hosts DNS after the stack trace is a bit strange and tells me that the high number of the file descriptors is related to DNS querying. Maybe those are not being cached or alike?
The text was updated successfully, but these errors were encountered: