Version End of Life. 15 Aug 2024
Release 6.1.15 contains a number of minor bug fixes and improvements.
The following changes have been made to Tungsten Cluster and 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:
Cluster backup now uses
--source-data
as mysqldump parameter from MySQL 8.0.26+Issues: CT-1635
The tpm update command now handles the --replace-release
argument properly when --ini
is also specified.
Issues: CT-1623
Added missing connector capability flag CLIENT_PS_MULTI_RESULTS
allowing multiple result sets to be retrieved when executing multiple select prepared statements.
Issues: CT-1624
Improved Perl-based command-line tools to use routines with no external dependencies in place of Data::Dumper
Issues: CT-1630
tungsten_provision_slave would fail using mysqldump with MySQL version 8.0.26+ due to warning of using --master-data=2
Issues: CT-1612
Fixed an issue with the ColumnNameFilter that was not resetting its internal connection to the database.
This would then fail if the database connection would time out (e.g. MySQL wait_timeout reached). The connection is now renewed every 1 hour by default.
This can be reconfigured to a different value by adding the following tpm property:
property=replicator.filter.colnames.reconnectTimeout=<time in seconds>
Issues: CT-1646