Skip to content

Connection leaking in 2.9.1 GenericObjectPool #1945

@jebeaudet

Description

@jebeaudet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions