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

Connection creation time is not reset when the connection itself is reset #1393

Closed
renecannao opened this issue Feb 25, 2018 · 0 comments
Closed

Comments

@renecannao
Copy link
Contributor

All ProxySQL with version >= 1.4.0 are affected.

PoxySQL 1.4.0 introduced a background thread (HGCU_thread_run()) responsible for resetting connections instead of dropping them when MySQL_HostGroups_Manager::destroy_MyConn_from_pool() is called.
Because creation_time is not reset, if mysql-connection_max_age_ms is set the connection is continuously reset when this age is reached.

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

No branches or pull requests

1 participant