I have a setup of percona cluster with three nodes three nodes. one other server i have installed proxysql but while checking the status it looks like this
ProxySQLAdmin> SELECT * FROM runtime_mysql_servers;
+--------------+----------------+------+---------+--------+-------------+-----------------+---------------------+---------+----------------+---------+
| hostgroup_id | hostname | port | status | weight | compression | max_connections | max_replication_lag | use_ssl | max_latency_ms | comment |
+--------------+----------------+------+---------+--------+-------------+-----------------+---------------------+---------+----------------+---------+
| 2 | 192.168.110.32 | 3306 | SHUNNED | 1 | 0 | 1000 | 0 | 0 | 0 | |
| 2 | 192.168.110.34 | 3306 | SHUNNED | 1 | 0 | 1000 | 0 | 0 | 0 | |
| 2 | 192.168.110.33 | 3306 | SHUNNED | 1 | 0 | 1000 | 0 | 0 | 0 | |
+--------------+----------------+------+---------+--------+-------------+-----------------+---------------------+---------+----------------+---------+
3 rows in set (0.01 sec)
ProxySQLAdmin> SELECT * FROM stats_mysql_connection_pool\G
*************************** 1. row ***************************
hostgroup: 2
srv_host: 192.168.110.32
srv_port: 3306
status: SHUNNED
ConnUsed: 0
ConnFree: 0
ConnOK: 0
ConnERR: 0
Queries: 0
Bytes_data_sent: 0
Bytes_data_recv: 0
Latency_us: 0
*************************** 2. row ***************************
hostgroup: 2
srv_host: 192.168.110.33
srv_port: 3306
status: SHUNNED
ConnUsed: 0
ConnFree: 0
ConnOK: 0
ConnERR: 0
Queries: 0
Bytes_data_sent: 0
Bytes_data_recv: 0
Latency_us: 0
*************************** 3. row ***************************
hostgroup: 2
srv_host: 192.168.110.34
srv_port: 3306
status: SHUNNED
ConnUsed: 0
ConnFree: 0
ConnOK: 0
ConnERR: 0
Queries: 0
Bytes_data_sent: 0
Bytes_data_recv: 0
Latency_us: 0
3 rows in set (0.01 sec)
:/var/lib/proxysql# tail -f proxysql.log
2018-07-11 15:51:25 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.34:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:27 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.32:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:27 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.33:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:27 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.34:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:29 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.32:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:29 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.33:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:29 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.34:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:31 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.32:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:31 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.33:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:31 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.34:3306 missed 3 heartbeats, shunning it and killing all the connections
2018-07-11 15:51:33 MySQL_Monitor.cpp:1362:monitor_ping(): [ERROR] Server
192.168.110.32:3306 missed 3 heartbeats, shunning it and killing all the connections