Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MasterConnectionPool no available Redis entries. #1092

Closed
tianyangyang427 opened this issue Oct 10, 2017 · 1 comment
Closed

MasterConnectionPool no available Redis entries. #1092

tianyangyang427 opened this issue Oct 10, 2017 · 1 comment

Comments

@tianyangyang427
Copy link

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
Copy link
Member

mrniko commented Oct 10, 2017

This issue fixed in #1078 Please try 2.10.4 release.

@mrniko mrniko closed this as completed Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants