Tungsten Clustering 7.1.2
Build: 81
Release Date: 13 May 2024
End of Life Date: 7 Jul 2026
Note
v7.1.2 was re-released as build 81 on 13 May 2024 to fix two critical bugs that exist in the original build 42 release (CT-2284, CT-2285).
Warning
Due to JGroup libraries being updated in the 7.1.0 release, managers running releases older than 7.1.0 will not communicate with managers running 7.1.0+ therefore when upgrading to this release from anything older than 7.1.0, all nodes must be upgraded before proper cluster communication will be restored. Ensure the cluster is in MAINTENANCE before beginning the upgrade and do NOT SHUN nodes whilst a mix of manager versions are running.
Behavior Changes (1)
The following changes may affect existing scripts and integration tools. Any scripts or environment which make use of these tools should check and update for the new configuration:
Installation and Deployment (1)
- The
systemdstartup scripts will now have a dependency on the time-sync service (if available) being started before tungsten components.Issue: CT-2257
Improvements, new features and functionality (4)
Installation and Deployment (1)
- A new INI option has been added
rest-api-admin-passwordwhich acts as an alias for the existingrest-api-admin-passoption.Issue: CT-2246
Command-line Tools (2)
- Issue: CT-2243
- A new command,
tungsten_mysql_ssl_setup, has been introduced to create all needed security files for the MySQL database server.tungsten_mysql_ssl_setupwill act as a direct replacement for themysql_ssl_rsa_setupcommand which is not included with either Percona Server or MariaDB. This command will now be called bytpm cert gen mysqlcertsinstead ofmysql_ssl_rsa_setup.Issue: CT-2188
Filters (1)
- A new filter,
binarystringconversion, was added to provide a way to convert varchar data from one charset into another.Issue: CT-981
Bug Fixes (9)
Installation and Deployment (1)
- The
tpm updatecommand now properly recognizes the INI optiondataservice-composite-datasourcesas an alias forcomposite-datasourcesIssue: CT-2241
Command-line Tools (1)
- The
tpm diagcommand no longer errors out on witness hosts installed with the Staging methodIssue: CT-2262
Core Replicator (3)
- Event extraction can sometimes generate an empty fragment (for a multi fragment transaction). This in turn can lead to bad shard detection. While empty fragment is expected, shard detection will now use the last non-empty fragment.NoteThis bug was detected in v7.1.2 build 42, and fixed in v7.1.2 build 81Issue: CT-2284
- Fixed an issue caused by a MySQL behavior change in how a
DROP TABLEis logged in the binlog, that made the replicator unable to identify correctly if the query had tungsten metadata in it.Issue: CT-2269 - Fixed an issue where the shard name of an event could be badly identified, which could potentially lead to deadlocks when parallel applier was enabledIssue: CT-2266
Connector (2)
- Fixed a bug where any new connection to the connector would trigger a call to hostname, potentially exhausting CPU resources.NoteThis bug was detected in v7.1.2 build 42, and fixed in v7.1.2 build 81Issue: CT-2285
- Fixed an issue where some applications won't be able to connect to the connector under bridge mode and IP filtering in place through authorized_hosts.Issue: CT-2261
Manager (2)
- Fixes a bug that would cause a switch to fail if the cluster had been idle for more than 15 minutes.Issue: CT-2263
- Fixes an issue with data source monitoring when client and server don't share the same default authentication plugins.Issue: CT-2233