Commit Graph

572 Commits (bbb6176ebfdfe46b97a5b86997fe21b852258a5c)

Author SHA1 Message Date
anphucbui bbb6176ebf Remove redundant exception guards, remove parseLong, add checksum computation after adding a new server, and other small changes based on feedback
2 years ago
Anphuc Bui e0db02df27
Merge branch 'v2.x' into v2.x
2 years ago
anphucbui d04173b026 Update discovery logic to add discovered servers with default values instead of originating server's values, add new field in mmsd for reader hostgroup, and query monitor db instead of admin db
2 years ago
René Cannaò 8a4246d1e9
Merge pull request #4458 from sysown/v2.x_Servers_SSL_Params
2 years ago
René Cannaò 385e109501 Initialize incoming_mysql_servers_ssl_params to NULL
2 years ago
René Cannaò 8e6bd3e983 Add mysql_servers_ssl_params to MyHGM
2 years ago
René Cannaò 9a7c3e8196 Introducing mysql_servers_ssl_params
2 years ago
René Cannaò 984582eaae Renamed variable evaluate_replication_lag_on_servers_load
2 years ago
Rahim Kanji b75b05c392 Restore servers that are in a shunned state due to replication lag only upon commit (triggered by the command LOAD MYSQL SERVERS TO RUNTIME), provided that the replication lag is below the maximum threshold.
2 years ago
Anphuc Bui 0bcddd0002
Merge branch 'v2.x' into v2.x
2 years ago
anphucbui bb35b20719 Moving core discovery logic to fit into read_only framework as a new task type
2 years ago
anphucbui 5a3037785f Add support for AWS RDS MySQL Multi-AZ Cluster auto-discovery
2 years ago
Javier Jaramago Fernández e8d2254689 Merge branch 'v2.x' of github.com:sysown/proxysql into v2.x-aurora_autodiscovery-refactor_cluster_mysql_servers-gr_bootstrap_mode
2 years ago
Rahim Kanji 743cd502a5 * Updated variable name from 'mysql-query_cache_with_warnings_support' to 'mysql-query_cache_handle_warnings'
2 years ago
Rahim Kanji ade6fb0e2b * Added 'hostgroup_settings' column (JSON-Formatted) to 'mysql_hostgroup_attributes' and it's counterpart 'runtime_mysql_hostgroup_attributes' table to accommodate new hostgroup attributes.
2 years ago
Miro Stauder 61f0c4636b various warnings fixes
3 years ago
Javier Jaramago Fernández c3e932a641 Remove outdated commented code from Aurora implementation
3 years ago
Javier Jaramago Fernández a4b6bd0b8f Refactor and homogenization of checksums computation
3 years ago
René Cannaò d15b40ab43
Merge pull request #4288 from sysown/v2.x_read_only_actions_offline_hard_servers
3 years ago
Javier Jaramago Fernández 6b58a004e6 Merge branch 'v2.x-gr_bootstrap_mode' into v2.x-aurora_autodiscovery-refactor_cluster_mysql_servers-gr_bootstrap_mode
3 years ago
Javier Jaramago Fernández 858c430b59 Merge branch 'v2.x' of github.com:sysown/proxysql into v2.x-gr_bootstrap_mode
3 years ago
René Cannaò d450d86bcb Adding "code" in mysql error code counters exported to Prometheus
3 years ago
Rahim Kanji d93da93376 Added hostgroup_manager_verbose check
3 years ago
Rahim Kanji 65c859659f If a backend server, which has an active connection with a client, is removed, it remains in the hgm container until the client closes the connection. However, this can lead to a crash if the 'read_only_actions' function creates a server that already exists in the container but is in an OFFLINE state.
3 years ago
Javier Jaramago Fernández a10f427121 Merge branch 'v2.x_refactor_cluster_mysql_servers' of github.com:sysown/proxysql into v2.x-aurora_autodiscovery-refactor_cluster_mysql_servers
3 years ago
Javier Jaramago Fernández 5f53c185d0 Remove outdated comments and minor indentation fixes
3 years ago
Javier Jaramago Fernández 253e309aa0 Cleanup left commented function 'update_runtime_mysql_servers_table'
3 years ago
Javier Jaramago Fernández f48dfce6cf Simplified resultset and checksum generation for 'mysql_servers'
3 years ago
Javier Jaramago Fernández 43d6274060 Fix servers resultsets not updated for empty config
3 years ago
Javier Jaramago Fernández cfa6d891d3 Merge branch 'v2.x' of github.com:sysown/proxysql into v2.x-aurora_autodiscovery
3 years ago
Javier Jaramago Fernández 97463ca96c Fix invalid use of SHUNNED servers for checksum computation in 'read_only_action_v2'
3 years ago
Javier Jaramago Fernández efe83fea55 Fix propagation of 'OFFLINE_HARD' servers due to 'read_only_action_v2'
3 years ago
Javier Jaramago Fernández 813355c3d4 Honor hostgroup attributes for AWS Aurora auto-discovery
3 years ago
Javier Jaramago Fernández 2d5359a4a0 Fix invalid servers removal when present in multiple AWS Aurora clusters
3 years ago
Javier Jaramago Fernández 72cfd2452a Fix AWS Aurora new writer not honoring 'new_reader_weight'
3 years ago
Javier Jaramago Fernández 9e3ab519e8 Add helper functions for server creation/destruction in hostgroup
3 years ago
Javier Jaramago Fernández 6ec2bbc1d2 Update 'mysql_servers' checksum when adding auto-discovered GR servers
3 years ago
Javier Jaramago Fernández 4f73331def Add functions for breaking down 'commit' checksum generation
3 years ago
Javier Jaramago Fernández bf5d8cbc73 Add functions for breaking down 'commit' checksum generation
3 years ago
Rahim Kanji 063af84f7f Merge remote-tracking branch 'Master/v2.x' into v2.x_refactor_cluster_mysql_servers_final
3 years ago
Javier Jaramago Fernández e7a477aada Merge branch 'v2.x' of github.com:sysown/proxysql into v2.x-aurora_autodiscovery
3 years ago
Rahim Kanji 95b22b96fb Added SSL connection support in kill_query_thread
3 years ago
Javier Jaramago Fernández 3a8256082e Merge branch 'v2.x' of github.com:sysown/proxysql into v2.x-gr_bootstrap_mode
3 years ago
Javier Jaramago Fernández 4d9e210eb2 WIP: Initial commit adding support for bootstrap mode
3 years ago
René Cannaò 182aef9ca6
Merge pull request #4207 from sysown/v2.x-hostgroup_attributes_servers_defaults
3 years ago
Javier Jaramago Fernández 4ee5c8bdde Improve recovery (OFFLINE_HARD) optimization for GR autodiscovered servers
3 years ago
Javier Jaramago Fernández af80944cfe Add support for Group Replication (GR) autodiscovery
3 years ago
Rahim Kanji b2119ba203 Fixed typo
3 years ago
Rahim Kanji fb5abdbfb9 Merge remote-tracking branch 'Master/v2.x_refactor_cluster_mysql_servers' into v2.x_refactor_cluster_mysql_servers
3 years ago
Rahim Kanji ed64090549 Merge remote-tracking branch 'Master/v2.x' into v2.x_refactor_cluster_mysql_servers
3 years ago