Hi,
we had an incident where our all the slaves nodes of mariadb replication got haulted. Would like to understand what really cause the issue as I see a lot of errors in proxysql regarding connections. Wanted to also understand what was going on between proxysql and mariadb primary db why we were receiving too many connection error.
Our global variables below
MySQL [(none)]> show global variables;
+-----------------------------------------------------+---------------------------------------+
| Variable_name | Value |
| admin-checksum_mysql_query_rules | true |
| admin-checksum_mysql_servers | true |
| admin-checksum_mysql_users | true |
| admin-cluster_check_interval_ms | 1000 |
| admin-cluster_check_status_frequency | 10 |
| admin-cluster_mysql_query_rules_diffs_before_sync | 3 |
| admin-cluster_mysql_query_rules_save_to_disk | true |
| admin-cluster_mysql_servers_diffs_before_sync | 3 |
| admin-cluster_mysql_servers_save_to_disk | true |
| admin-cluster_mysql_users_diffs_before_sync | 3 |
| admin-cluster_mysql_users_save_to_disk | true |
| admin-cluster_password | |
| admin-cluster_proxysql_servers_diffs_before_sync | 3 |
| admin-cluster_proxysql_servers_save_to_disk | true |
| admin-cluster_username | |
| admin-hash_passwords | true |
\
| admin-read_only | false |
| admin-refresh_interval | 2000 |
|
| admin-stats_mysql_connection_pool | 60 |
| admin-stats_mysql_connections | 60 |
| admin-stats_mysql_query_cache | 60 |
| admin-stats_system_cpu | 60 |
| admin-stats_system_memory | 60 |
| admin-telnet_admin_ifaces | (null) |
| admin-telnet_stats_ifaces | (null) |
| admin-version | 1.4.16-percona-1.1 |
| admin-web_enabled | false |
| admin-web_port | 6080 |
| mysql-auto_increment_delay_multiplex | 5 |
| mysql-autocommit_false_is_transaction | false |
| mysql-autocommit_false_not_reusable | false |
| mysql-client_found_rows | true |
| mysql-client_multi_statements | true |
| mysql-commands_stats | true |
| mysql-connect_retries_delay | 1 |
| mysql-connect_retries_on_failure | 10 |
| mysql-connect_timeout_server | 1000 |
| mysql-connect_timeout_server_max | 10000 |
| mysql-connection_delay_multiplex_ms | 0 |
| mysql-connection_max_age_ms | 0 |
| mysql-connpoll_reset_queue_length | 50 |
| mysql-default_charset | utf8 |
| mysql-default_max_latency_ms | 1000 |
| mysql-default_query_delay | 0 |
| mysql-default_query_timeout | 86400000 |
| mysql-default_reconnect | true |
| mysql-default_schema | information_schema |
| mysql-default_sql_mode | |
| mysql-default_time_zone | SYSTEM |
| mysql-enforce_autocommit_on_reads | false |
| mysql-eventslog_filename | |
| mysql-eventslog_filesize | 104857600 |
| mysql-forward_autocommit | false |
| mysql-free_connections_pct | 2 |
| mysql-have_compress | true |
| mysql-hostgroup_manager_verbose | 1 |
| mysql-init_connect | |
| mysql-kill_backend_connection_when_disconnect | true |
| mysql-long_query_time | 1000 |
| mysql-max_allowed_packet | 4194304 |
| mysql-max_connections | 10000 |
| mysql-max_stmts_cache | 10000 |
| mysql-max_stmts_per_connection | 20 |
| mysql-max_transaction_time | 14400000 |
| mysql-mirror_max_concurrency | 16 |
| mysql-mirror_max_queue_length | 32000 |
| mysql-monitor_connect_interval | 120000 |
| mysql-monitor_connect_timeout | 600 |
| mysql-monitor_enabled | true |
| mysql-monitor_groupreplication_healthcheck_interval | 5000 |
| mysql-monitor_groupreplication_healthcheck_timeout | 800 |
| mysql-monitor_history | 600000 |
| mysql-monitor_password | |
| mysql-monitor_ping_interval | 8000 |
| mysql-monitor_ping_max_failures | 3 |
| mysql-monitor_ping_timeout | 1000 |
| mysql-monitor_query_interval | 60000 |
| mysql-monitor_query_timeout | 100 |
| mysql-monitor_read_only_interval | 1000 |
| mysql-monitor_read_only_max_timeout_count | 3 |
| mysql-monitor_read_only_timeout | 800 |
| mysql-monitor_replication_lag_interval | 10000 |
| mysql-monitor_replication_lag_timeout | 1000 |
| mysql-monitor_replication_lag_use_percona_heartbeat | |
| mysql-monitor_slave_lag_when_null | 60 |
| mysql-monitor_username | proxysql |
| mysql-monitor_wait_timeout | true |
| mysql-monitor_writer_is_also_reader | true |
| mysql-multiplexing | true |
| mysql-ping_interval_server_msec | 10000 |
| mysql-ping_timeout_server | 200 |
| mysql-poll_timeout | 2000 |
| mysql-poll_timeout_on_failure | 100 |
| mysql-query_cache_size_MB | 256 |
| mysql-query_digests | true |
| mysql-query_digests_lowercase | false |
| mysql-query_digests_max_digest_length | 2048 |
| mysql-query_digests_max_query_length | 65000 |
| mysql-query_processor_iterations | 0 |
| mysql-query_processor_regex | 1 |
| mysql-query_retries_on_failure | 1 |
| mysql-server_capabilities | 45578 |
| mysql-server_version | 5.5.30 |
| mysql-servers_stats | true |
| mysql-session_idle_ms | 1000 |
| mysql-session_idle_show_processlist | true |
| mysql-sessions_sort | true |
| mysql-shun_on_failures | 5 |
| mysql-shun_recovery_time_sec | 30 |
| mysql-ssl_p2s_ca | |
| mysql-ssl_p2s_cert | / |
| mysql-ssl_p2s_cipher | |
| mysql-ssl_p2s_key | |
| mysql-stacksize | 1048576 |
| mysql-stats_time_backend_query | false |
| mysql-stats_time_query_processor | false |
| mysql-threads | 4 |
| mysql-threshold_query_length | 524288 |
| mysql-threshold_resultset_size | 4194304 |
| mysql-throttle_connections_per_sec_to_hostgroup | 1000000 |
| mysql-throttle_max_bytes_per_second_to_client |
2147483647 |
| mysql-throttle_ratio_server_to_client | 0 |
| mysql-verbose_query_error | false |
| mysql-wait_timeout | 600000 |
+-----------------------------------------------------+---------------------------------------+
129 rows in set (0.00 sec)
Is this an issue with network I will like to know. as I see proxysql is able to connect again and then get timeout again
Below is the messages from the error log.
2020-04-17 17:59:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4006162us
2020-04-17 17:59:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4005408us
2020-04-17 17:59:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4004515us
2020-04-17 17:59:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4006409us
2020-04-17 17:59:14 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 17:59:17 main.cpp:1091:main(): [ERROR] Watchdog: 2 threads missed a heartbeat
2020-04-17 17:59:20 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 17:59:20 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4003642us
2020-04-17 17:59:20 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4003642us
2020-04-17 17:59:20 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 9010589us
2020-04-17 17:59:20 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4002917us
2020-04-17 17:59:23 main.cpp:1091:main(): [ERROR] Watchdog: 1 threads missed a heartbeat
2020-04-17 17:59:25 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4007065us
2020-04-17 17:59:25 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4002452us
2020-04-17 17:59:26 main.cpp:1091:main(): [ERROR] Watchdog: 2 threads missed a heartbeat
2020-04-17 17:59:29 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 17:59:30 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4003231us
2020-04-17 17:59:32 main.cpp:1091:main(): [ERROR] Watchdog: 3 threads missed a heartbeat
2020-04-17 17:59:35 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14015511us
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14015511us
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14015511us
2020-04-17 17:59:35 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1452 , MyDS:1452) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 115.
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 24030180us
2020-04-17 17:59:35 MySQL_HostGroups_Manager.cpp:311:connect_error(): [ERROR] Shunning server t1v.rd2dc.local:3306 with 5 errors/sec. Shunning for 30 seconds
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 24030180us
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 24030180us
2020-04-17 17:59:35 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 24030180us
2020-04-17 17:59:38 main.cpp:1091:main(): [ERROR] Watchdog: 2 threads missed a heartbeat
2020-04-17 17:59:40 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4002566us
2020-04-17 17:59:40 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4002566us
2020-04-17 17:59:40 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14016157us
2020-04-17 17:59:40 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14016157us
2020-04-17 17:59:40 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14016157us
2020-04-17 17:59:40 MySQL_HostGroups_Manager.cpp:311:connect_error(): [ERROR] Shunning server t1v.rd2dc.local:3306 with 5 errors/sec. Shunning for 30 seconds
2020-04-17 17:59:40 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14016157us
2020-04-17 17:59:40 MySQL_HostGroups_Manager.cpp:311:connect_error(): [ERROR] Shunning server t1v.rd2dc.local:3306 with 5 errors/sec. Shunning for 30 seconds
2020-04-17 17:59:41 main.cpp:1091:main(): [ERROR] Watchdog: 2 threads missed a heartbeat
2020-04-17 17:59:44 main.cpp:1091:main(): [ERROR] Watchdog: 2 threads missed a heartbeat
2020-04-17 17:59:45 MySQL_Session.cpp:989:handler_again___status_PINGING_SERVER(): [ERROR] Ping timeout during ping on t1v.rd2dc.local , 3306
2020-04-17 17:59:45 MySQL_Session.cpp:989:handler_again___status_PINGING_SERVER(): [ERROR] Ping timeout during ping on t1v.rd2dc.local , 3306
2020-04-17 17:59:45 MySQL_Session.cpp:989:handler_again___status_PINGING_SERVER(): [ERROR] Ping timeout during ping on t1v.rd2dc.local , 3306
2020-04-17 17:59:45 MySQL_Session.cpp:989:handler_again___status_PINGING_SERVER(): [ERROR] Ping timeout during ping on t1v.rd2dc.local , 3306
2020-04-17 17:59:45 MySQL_Session.cpp:989:handler_again___status_PINGING_SERVER(): [ERROR] Ping timeout during ping on t1v.rd2dc.local , 3306
2020-04-17 17:59:45 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14013411us
2020-04-17 17:59:45 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14013411us
2020-04-17 17:59:45 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14013411us
2020-04-17 17:59:47 main.cpp:1091:main(): [ERROR] Watchdog: 3 threads missed a heartbeat
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4006390us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 MySQL_HostGroups_Manager.cpp:311:connect_error(): [ERROR] Shunning server t1v.rd2dc.local:3306 with 5 errors/sec. Shunning for 30 seconds
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:47 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 4121985us
2020-04-17 17:59:53 main.cpp:1091:main(): [ERROR] Watchdog: 3 threads missed a heartbeat
2020-04-17 17:59:56 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 17:59:59 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 18:00:02 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 18:00:05 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 18:00:08 main.cpp:1091:main(): [ERROR] Watchdog: 4 threads missed a heartbeat
2020-04-17 18:00:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306: exceeded by 19019330us
2020-04-17 18:00:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 19019330us
2020-04-17 18:00:10 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1627 , MyDS:1627) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 115.
2020-04-17 18:00:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 19019330us
2020-04-17 18:00:10 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 29029523us
2020-04-17 18:00:10 MySQL_HostGroups_Manager.cpp:311:connect_error(): [ERROR] Shunning server t1v.rd2dc.local:3306 with 5 errors/sec. Shunning for 30 seconds
2020-04-17 18:00:10 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1425 , MyDS:1425) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 107.
2020-04-17 18:00:10 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1442 , MyDS:1442) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 107.
2020-04-17 18:00:10 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1625 , MyDS:1625) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 107.
2020-04-17 18:00:10 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1629 , MyDS:1629) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 107.
2020-04-17 18:00:10 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1633 , MyDS:1633) , 2013: Lost connection to MySQL server at 'reading authorization packet', system error: 107.
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 MySQL_HostGroups_Manager.cpp:311:connect_error(): [ERROR] Shunning server t1v.rd2dc.local:3306 with 5 errors/sec. Shunning for 30 seconds
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:650:handler(): [ERROR] Failed to mysql_real_connect() on t1v.rd2dc.local:3306 , FD (Conn:1682 , MyDS:1682) , 1040: Too many connections.
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
2020-04-17 18:00:28 mysql_connection.cpp:686:handler(): [ERROR] Connect timeout on t1v.rd2dc.local:3306 : exceeded by 14125111us
1342,1 33%