-
Notifications
You must be signed in to change notification settings - Fork 976
New issue
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
Fix several Cluster memory leaks #4546
Commits on May 14, 2024
-
Fix memory leak in 'pull_mysql_query_rules_from_peer'
- Simplified memory managament in Cluster credentials API. - Moved several variables into local scopes.
Configuration menu - View commit details
-
Copy full SHA for cf7da4e - Browse repository at this point
Copy the full SHA cf7da4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 317ef31 - Browse repository at this point
Copy the full SHA 317ef31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742ad8a - Browse repository at this point
Copy the full SHA 742ad8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8d672 - Browse repository at this point
Copy the full SHA 3e8d672View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9430ff - Browse repository at this point
Copy the full SHA d9430ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1d576 - Browse repository at this point
Copy the full SHA 2b1d576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c30d7 - Browse repository at this point
Copy the full SHA 80c30d7View commit details -
Several improvements for 'test_backend_conn_ping'
- Improved test documentation, including doc about ProxySQL backend connection pinging algorithm. - Fixed math for working with different number of threads. - Fixed estimations for number of backend connections that should be maintained, and test goal. - Fixed test early return. The test original goal was monitoring the number of connections maintained during an interval, ensuring the behavior was consistent during multiple checks. Any early return or shortcut defeats this purpose, this has increased the test duration. - Added more overloads for helper function 'ext_single_row_val'. - Improved logging.
Configuration menu - View commit details
-
Copy full SHA for 8c83dac - Browse repository at this point
Copy the full SHA 8c83dacView commit details -
Several improvements for 'test_cluster_sync-t'
- Fix race condition on 'check_module_checksums_sync'. - Replaced hardcoded value for CHECKSUM_SYNC_TIMEOUT in favor of computation. - Added extra logging to synchronization checks.
Configuration menu - View commit details
-
Copy full SHA for c6fb194 - Browse repository at this point
Copy the full SHA c6fb194View commit details -
Several improvements for test 'eof_packet_mixed_queries'
- Improved logging on error handling. - Fixed replication issues in the presence of query rules.
Configuration menu - View commit details
-
Copy full SHA for e930d98 - Browse repository at this point
Copy the full SHA e930d98View commit details -
Minor cleanup in some TAP tests
- Removed unused dependencies. - Removed commented code.
Configuration menu - View commit details
-
Copy full SHA for b86bbae - Browse repository at this point
Copy the full SHA b86bbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e4ac2 - Browse repository at this point
Copy the full SHA 19e4ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fb6fd - Browse repository at this point
Copy the full SHA f8fb6fdView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f962d13 - Browse repository at this point
Copy the full SHA f962d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ca795 - Browse repository at this point
Copy the full SHA 54ca795View commit details -
Configuration menu - View commit details
-
Copy full SHA for abaea17 - Browse repository at this point
Copy the full SHA abaea17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a77d7d - Browse repository at this point
Copy the full SHA 6a77d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f2c44 - Browse repository at this point
Copy the full SHA d7f2c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f867451 - Browse repository at this point
Copy the full SHA f867451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63968d6 - Browse repository at this point
Copy the full SHA 63968d6View commit details -
Further increase timeouts of 'restapi_return_codes-t' for ASAN builds
Added doc elaborating on the limitation.
Configuration menu - View commit details
-
Copy full SHA for 3d185ec - Browse repository at this point
Copy the full SHA 3d185ecView commit details