-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Follow up of #1929 since the author closed the issue. I would really appreciate a backport like mentioned in the linked issue. Also, fyi, jedis 2.9.1 is the "official" version provided by Spring Boot 1.5.19.RELEASE as the dependencyManagement so this probably affects a lot of users. The 1.5.x branch is not in active development anymore but they are still supporting it through end of summer 2019 IIRC.
Expected behavior
No connection leak
Actual behavior
There's a connection leak with heavy usage
Steps to reproduce:
With a heavy usage of jedis 2.9.1, the connections are slowly getting leaked and the pool starts rejecting connections after a while.
Redis / Jedis Configuration
Nothing special
Jedis version:
2.9.1
Redis version:
N/A
Java version:
java 8
Thanks!!
Metadata
Metadata
Assignees
Labels
No labels