redisson / redisson

Redisson - Easy Redis Java client and Real-Time Data Platform. Valkey compatible. Sync/Async/RxJava/Reactive API. Over 50 Redis or Valkey based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache...
https://redisson.pro
Apache License 2.0
23.26k stars 5.34k forks source link

MasterConnectionPool no available Redis entries. #1092

Closed tianyangyang427 closed 6 years ago

tianyangyang427 commented 7 years ago

org.redisson.client.RedisConnectionException: MasterConnectionPool no available Redis entries. Hosts disconnected due to failedAttempts limit reac hed: [/192.168.10.109:6459] at org.redisson.connection.pool.ConnectionPool.get(ConnectionPool.java:196) ~[redisson-2.9.3.jar:?] at org.redisson.connection.pool.MasterConnectionPool.get(MasterConnectionPool.java:31) ~[redisson-2.9.3.jar:?] at org.redisson.connection.MasterSlaveEntry.connectionWriteOp(MasterSlaveEntry.java:409) ~[redisson-2.9.3.jar:?] at org.redisson.connection.SingleEntry.connectionReadOp(SingleEntry.java:45) ~[redisson-2.9.3.jar:?] at org.redisson.connection.MasterSlaveConnectionManager.connectionReadOp(MasterSlaveConnectionManager.java:745) ~[redisson-2.9.3.jar:?] at org.redisson.command.CommandAsyncService.async(CommandAsyncService.java:500) ~[redisson-2.9.3.jar:?] at org.redisson.command.CommandAsyncService$7.run(CommandAsyncService.java:551) ~[redisson-2.9.3.jar:?] at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:663) ~[netty-common-4.1.11.Final.jar:4.1.11.Final] at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:738) ~[netty-common-4.1.11.Final.jar:4.1.11.Final] at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:466) ~[netty-common-4.1.11.Final.jar:4.1.11.Final] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_60]

mrniko commented 7 years ago

This issue fixed in https://github.com/redisson/redisson/pull/1078 Please try 2.10.4 release.