Caught exception while handling client http traffic

Hi all,

we are using ES 1.3.7 and facing some slowness in cluster.

while analysing logs, found some same message repeated

[2017-02-22 23:08:23,190][DEBUG][http.netty ] [node] Caught exception while handling client http traffic, closing connection [id: qqqq, /xxxx:yyyyy :> /mmmmm:zzzzzzz]
java.nio.channels.ClosedChannelException

what is mean that and is it is reason for slowness?

can anyone please help us!!!!

Hey,

this is by far not enough information to help. Please take your time to describe your setup properly.

This is a debug message (are you logging on debug level by default? why so?). This message means that a HTTP was closed unexpectedly (maybe a network issue, impossible to tell).

Also, you should upgrade, Elasticsearch 1.3 is really old and you are missing a ton of bugfixes...

--Alex

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.