Elasticsearch in docker, and the restclient often got java.util.concurrent.TimeoutException

Often face such error, this issue purely caused by bad network circumstances?
Caused by: java.util.concurrent.TimeoutException
at org.apache.http.nio.pool.AbstractNIOConnPool.processPendingRequest(AbstractNIOConnPool.java:364)
at org.apache.http.nio.pool.AbstractNIOConnPool.processNextPendingRequest(AbstractNIOConnPool.java:344)
at org.apache.http.nio.pool.AbstractNIOConnPool.release(AbstractNIOConnPool.java:318)
at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.releaseConnection(PoolingNHttpClientConnectionManager.java:302)
at org.apache.http.impl.nio.client.AbstractClientE

2 Likes

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