Skip to content

No way to clear idle connections for removed servers #118

@graywolf

Description

@graywolf

There does not seem to be any way to clear idle connections from servers that were removed from ServerList. Assuming I have ServerList implementation that allows adding/removing servers (for example for AWS ElastiCache) and I remove some server, the free connections map will keep those connections forever.

Ideally there should be something like dropAllIdle() that would cause dropping of all idle connections. That should be simple to implement and at the same time good enough.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions