Open
Description
Actual behavior
The following error occurs when I change the application's business thread to a virtual thread and the traffic suddenly increases:
Caused by: java.util.NoSuchElementException: Timeout waiting for idle object
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:461)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:375)
at redis.clients.util.Pool.getResource(Pool.java:49)
at credis.java.client.pool.impl.CRedisJedisPool.getResource(CRedisJedisPool.java:103)