-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Line 410 in ca1fc30
return JedisConverters.toString(this.connection.execute("RESTORE", key, |
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.
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug