Done
Details
Details
Assignee
Vadim Yalovets
Vadim YalovetsReporter
Vadim Yalovets
Vadim YalovetsPriority
Components
Labels
Needs QA
Yes
Fix versions
Story Points
1
Created May 11, 2021 at 2:42 PM
Updated July 18, 2024 at 2:23 PM
Resolved June 7, 2021 at 11:37 AM
User Impact: Users cannot see all possible statuses
Backend servers can have status SHUNNED_REPLICATION_LAG in table stats_mysql_connection_pool.
Now only next states are collected:
ONLINE
SHUNNED
OFFLINE_SOFT
OFFLINE_HARD
So it's not possible get any status of an instance if it has the uncollected status.
Reference: https://github.com/sysown/proxysql/blob/v2.0.15/lib/MySQL_HostGroups_Manager.cpp#L3191
Also it's required to add changes on dashboard "ProxySQL Instance Summary", element: "Endpoint Status"
Expected result: All possible statuses are collected and shown on the dashboard.