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

Improve connection pool. #337

Merged
merged 13 commits into from
Nov 14, 2018
Merged

Commits on Nov 14, 2018

  1. connection-pool

    mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    a433fe1 View commit details
    Browse the repository at this point in the history
  2. Add pool sizing controls.

    Add pool metrics.
    mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7a8c700 View commit details
    Browse the repository at this point in the history
  3. Handle connection establishment failures.

    (Just retry 3 times).
    mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    1c27384 View commit details
    Browse the repository at this point in the history
  4. Integrate new pool to proxy.

    mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    8740de4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33a60ff View commit details
    Browse the repository at this point in the history
  6. Fix outstanding TODOs:

    - pending connection timeout
    - connection listener
    mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7826556 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee5cc28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29c3274 View commit details
    Browse the repository at this point in the history
  9. Update components/client/src/test/unit/java/com/hotels/styx/client/co…

    …nnectionpool/SimpleConnectionPoolTest.java
    
    Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
    kvosper and mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    78085d4 View commit details
    Browse the repository at this point in the history
  10. Update components/client/src/test/unit/java/com/hotels/styx/client/co…

    …nnectionpool/SimpleConnectionPoolTest.java
    
    Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
    kvosper and mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    9d3d54c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7f53aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fad7bd1 View commit details
    Browse the repository at this point in the history
  13. Simplify tests.

    mikkokar committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7e6c800 View commit details
    Browse the repository at this point in the history