org.redisson.client.RedisConnectionException: Connection pool exhausted! Disconnected hosts: [10.25.63.47/10.25.63.47:7091]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by pengfei-xu
, 1 year agovia GitHub by ybonda
, 1 year agovia GitHub by carlvine500
, 1 year agovia GitHub by carlvine500
, 1 year agoorg.redisson.client.RedisConnectionException: Connection pool exhausted! Disconnected hosts: [10.25.63.47/10.25.63.47:7091]
at org.redisson.connection.pool.ConnectionPool.get(ConnectionPool.java:169)
at org.redisson.connection.pool.MasterConnectionPool.get(MasterConnectionPool.java:25)
at org.redisson.connection.MasterSlaveEntry.connectionWriteOp(MasterSlaveEntry.java:371)
at org.redisson.connection.MasterSlaveConnectionManager.connectionWriteOp(MasterSlaveConnectionManager.java:600)
at org.redisson.command.CommandAsyncService.async(CommandAsyncService.java:401)
at org.redisson.command.CommandAsyncService$7.run(CommandAsyncService.java:450)
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:581)
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:655)
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:367)
at java.lang.Thread.run(Thread.java:745)