You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I got a problem in JedisClusterKeyCommands#restore. In executeCommandOnSingleNode a connection has acquired and pass to the lambda, but the lambda try to acquire an other connection when replace was true. It seems to cause thread blocked when the connection pool is exhausted.