Virtual threads permanently blocking on JedisPool#getResource #3927
Labels
dependencies
Pull request that updates a dependency
tracking-issue
An issue container, effectively an epic
Expected behavior
Expecting for a Jedis object to be returned from the pool
Actual behavior
The getResource function permanently blocks
Steps to reproduce:
Call getResource at a high frequency, in a short period of time from a virtual thread per task executor. It is caused as a result of this issue that has had a PR filed under Apache Commons Pool, but I wanted to track the issue here in addition as it blocks Loom support until it is resolved. (apache/commons-pool#339)
Acquired resource will never print.
Redis / Jedis Configuration
Jedis version:
5.2.0-SNAPSHOT (latest build of 5.2.0 branch)
Redis version:
unrelated
Java version:
Eclipse Adoptium jdk-21.0.0.35-hotspot
The text was updated successfully, but these errors were encountered: