You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i was playing ProxySQL 2.0.10 cluster related feature and found that when i updated mysql variable and load to run, other nodes were not pulling the update.
May i know any milestone or when mysql variables cluster config sync will be supported?
As i am going to deploy ProxySQL to each of our service instance.
The text was updated successfully, but these errors were encountered:
…#2856)
* Added forgotten metric increase in case of 'sync conflict' on proxysql_servers
* Added support for 'global_variables' sync in proxysql_cluster
- Added several for getting the peers to be sync.
- Added function to pull the target 'global_variables' to sync.
- Added metrics for 'global_variables' sync:
+ Number of syncs done / failed.
+ Sync conflicts.
+ Sync warnings.
* Removed unnecesary escaping for '%' char
* Fixed issue due to 'flush_mysql_variables___runtime_to_database' being called without proper locking
* Added simple helper function to get the output from a command execution
* Multiple changes to 'cluster_synct' test
+ Spawned proxysql instance now runs inside a docker container.
+ Simplified launching and logging of spawned proxysql instance.
+ Added more verbose logging about the tables state.
+ Added new tests for 'global_variables' synchronization.
* Commented several variables known to not-sync and fixed port for replica 'proxysql_server'
* Removed deprecated and non-syncable variables from 'test_cluster_sync-t'
* Added extra logging for variables sync for 'test_cluster_sync-t'
Hi, i was playing ProxySQL 2.0.10 cluster related feature and found that when i updated mysql variable and load to run, other nodes were not pulling the update.
I checked wiki https://github.com/sysown/proxysql/wiki/ProxySQL-Cluster doc said
Only 4 of the 6 modules generate a checksum for now.
May i know any milestone or when mysql variables cluster config sync will be supported?
As i am going to deploy ProxySQL to each of our service instance.
The text was updated successfully, but these errors were encountered: