Skip to content

JedisClusterKeyCommands#restore cause thread blocked #2589

Closed
@piecebook

Description

@piecebook

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.
image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions