From 653793651ac7b77ea72e10eb2c7641e3d06dc3bd Mon Sep 17 00:00:00 2001 From: Venkatesh Prasad Venugopal Date: Wed, 8 Feb 2023 19:58:40 +0530 Subject: [PATCH 1/2] PSQLADM-458: Modify the way we ping the servers adding a timeout to avoid the tool to hang because node was not reachable. https://jira.percona.com/browse/PSQLADM-458 Update the submodule pointer to include the fix for PSQLADM-458. --- percona-scheduler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona-scheduler b/percona-scheduler index 6d2638a..3e51eb5 160000 --- a/percona-scheduler +++ b/percona-scheduler @@ -1 +1 @@ -Subproject commit 6d2638ad0a2888bc17cdbe98726be310dfd052bb +Subproject commit 3e51eb5efed79485c3429cd50d99ab4f93f5de16 From dd351928350a107ca62983314b8f8c582ec1d790 Mon Sep 17 00:00:00 2001 From: Venkatesh Prasad Venugopal Date: Wed, 8 Feb 2023 20:00:19 +0530 Subject: [PATCH 2/2] RM-1166: Bump version to 2.4.7. https://jira.percona.com/browse/RM-1166 Bumped version to 2.4.7. --- proxysql-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxysql-common b/proxysql-common index 4c848dc..6fde1b2 100755 --- a/proxysql-common +++ b/proxysql-common @@ -47,7 +47,7 @@ fi # # Script parameters/constants # -readonly PROXYSQL_ADMIN_VERSION="2.4.4" +readonly PROXYSQL_ADMIN_VERSION="2.4.7" # The minimum required openssl version readonly REQUIRED_OPENSSL_VERSION="1.1.1"