--
You received this message because you are subscribed to the Google Groups "proxysql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
RenéThank you,Additionally, I strongly recommend to use the latest version from branch v1.2.0 .If you want to check the status of a server, you should check table "stats_mysql_connection_pool" : this table reports the internal status of the servers.Although, when the node is internally shunned, you won't see that from mysql_servers and runtime_mysql_servers, because as said they are configuration tables and not status tables.If a host fails mysql-shun_on_failures (in your case, 1) times in a second, the host will be shunned for mysql-shun_recovery_time_sec (in your case, 60) seconds. when mysql-shun_recovery_time_sec seconds passed, ProxySQL will try to resume communication to the host.When a host fails, like in your case, ProxySQL won't disable the host immediately.Hi Mickael,mysql_servers (and its runtime version runtime_mysql_servers) are configuration tables , not status tables. That means that unless configure a server to be OFFLINE_SOFT or OFFLINE_HARD , ProxySQL will try to resume operation on that host. There are some exceptions that I will describe shortly.This design tries to handle situation in which a servers becomes temporarily unavailable: network issue, excessive load, max_connections reached, restarted, etc.
Although v1.2.0g is marked as pre-release, I recommend to use that one as branch v1.2.0 is the actively developed branch and the one that is getting all the new features, bug fixes, and enhancements.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+unsubscribe@googlegroups.com.