We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Investigate this output:
mysql> select hostgroup,srv_host,status from stats.stats_mysql_connection_pool; +-----------+--------------+-------------------------+ | hostgroup | srv_host | status | +-----------+--------------+-------------------------+ | 1 | 172.30.4.169 | SHUNNED_REPLICATION_LAG | | 1 | 172.30.4.171 | SHUNNED_REPLICATION_LAG | | 1 | 172.30.4.169 | ONLINE | | 1 | 172.30.4.171 | ONLINE | | 0 | 172.30.4.36 | ONLINE | +-----------+--------------+-------------------------+
The text was updated successfully, but these errors were encountered:
This also seems to impact proxy's ability to lag-shun slaves which happened to be duplicated.
Sorry, something went wrong.
mysql_servers supports status=4
79ab022
This is MYSQL_SERVER_STATUS_SHUNNED_REPLICATION_LAG Should fix issue #475
renecannao
No branches or pull requests
Investigate this output:
The text was updated successfully, but these errors were encountered: