cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Failed to open a socket #74

Open petere opened 8 years ago

petere commented 8 years ago

I see lots of these in the logs:

[warn] application - Count not connect to partition leader x.x.x.x:9092. Error message: Failed to open a socket.

I can't make anything of that error message. The connection to that host and port should work and succeeds, for example, with netcat.

zhaoxiaojie0415 commented 8 years ago

I think this error is caused by too many tcp connect hasn't been released

petere commented 8 years ago

That seems to match up with #66 then. I was just surprised that it happened really quickly, whereas I would expect a leak to take a longer time.