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

Drop pending connections in case of backend down #430

Open
hamadodene opened this issue May 5, 2023 · 2 comments
Open

Drop pending connections in case of backend down #430

hamadodene opened this issue May 5, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@hamadodene
Copy link
Contributor

Drop pending connections when backend becomes unreachable to avoid accumulation of unused connections when backend comes back UP.

@hamadodene hamadodene added the enhancement New feature or request label May 5, 2023
@NiccoMlt
Copy link
Contributor

NiccoMlt commented Nov 3, 2023

I think that the problem here is that we never flush the forwarders cached in the pool in ProxyRequestsManager#reloadConfiguration:99.

These clients are built in the forward method from the connection pool, but it's never cleared, nor adapted when configuration changes

@hamadodene
Copy link
Contributor Author

Make sense...i think we need to make a Fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants