Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes to connection pooling #7045

Merged
merged 2 commits into from
Feb 3, 2020
Merged

Some fixes to connection pooling #7045

merged 2 commits into from
Feb 3, 2020

Commits on Jan 31, 2020

  1. Some fixes to connection pooling

    Pick up some fixes from Consul:
    
    * If a stream returns an EOF error, clear session from cache/pool and start a
    new one.
    * Close the codec when closing StreamClient
    Mahmood Ali committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    82b8e08 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. pool: Clear connection before releasing

    This to be consistent with other connection clean up handler as well as consul's https://github.com/hashicorp/consul/blob/v1.6.3/agent/pool/pool.go#L468-L479 .
    Mahmood Ali committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    3bfc7d1 View commit details
    Browse the repository at this point in the history