Hi Team,
We are getting this below exception daily. so, can you please give solution for this exception.
we are using Elasticsearch 7.3.2, java version 1.8.0_131 and tomcat version 9.
2023-02-19 18:55:20.683 [elasticsearch[client][transport_worker][T#2]] WARN org.elasticsearch.transport.OutboundHandler - [103]:send message failed [channel: Netty4TcpChannel{localAddress=0.0.0.0/0.0.0.0:port, remoteAddress=/ip:port, profile=default}]
io.netty.handler.ssl.SslHandshakeTimeoutException: handshake timed out after 10000ms
at io.netty.handler.ssl.SslHandler$5.run(SslHandler.java:2054) [netty-handler-4.1.49.Final.jar:4.1.49.Final]
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) [netty-common-4.1.49.Final.jar:4.1.49.Final]
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170) [netty-common-4.1.49.Final.jar:4.1.49.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [netty-common-4.1.49.Final.jar:4.1.49.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) [netty-common-4.1.49.Final.jar:4.1.49.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [netty-common-4.1.49.Final.jar:4.1.49.Final]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.49.Final.jar:4.1.49.Final]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_332]
2023-02-19 18:55:20.685 [elasticsearch[client][transport_worker][T#2]] WARN org.elasticsearch.transport.OutboundHandler - [103]:sending transport message [Request{internal:tcp/handshake}{399342}{false}{false}{true}] of size [124] on [Netty4TcpChannel{localAddress=0.0.0.0/0.0.0.0:port, remoteAddress=/ip:port, profile=default}] took [10006ms] which is above the warn threshold of [5000ms] with success [false]