You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 whenMySQL_HostGroups_Manager::destroy_MyConn_from_pool()
is called.Because
creation_time
is not reset, ifmysql-connection_max_age_ms
is set the connection is continuously reset when this age is reached.The text was updated successfully, but these errors were encountered: