Tungsten Clustering 6.1.16
Build: 14
Release Date: 20 Dec 2021
End of Life Date: 15 Aug 2024
Product End of Life
This release is past End of Life.
Behavior Changes (3)
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:
Command-line Tools (2)
- The
tungsten show processlistcommand has been re-located to the cluster-home/bin from tools/.Issue: CT-1695 - The Perl-based command-line tools now include the latest version of
JSON::PPIssue: CT-1679
Documentation (1)
- Updated the
open_source_licenses.txtfile to include most up-to-date information for the included Perl modules.Issue: CT-1675
Improvements, new features and functionality (2)
Command-line Tools (2)
- A new command
tungsten_get_mysql_datadirhas been added which will gather and display the actual running value for the mysql data directory (datadir) with any sym-links to the physical destination resolved.Issue: CT-1690 - A new command,
tungsten_merge_logshas been added which will gather Manager, Replicator and Connector logs into one file sorted by timestamp for easier troubleshooting.Issue: CT-1667
Bug Fixes (9)
Command-line Tools (5)
- The
tpm --helptext now includes the--iniargument.Issue: CT-1693 - The
tpm diagcommand now uses sudo to read themysqld.logfile.Issue: CT-1685 - The
tpm asktool now works properly on all supported Linux distros.Issue: CT-1682 - The cluster-specific
check_tungsten_onlinetool now properly checks the Replicator and validates the service name if provided.Issue: CT-1674 - Now properly adds executable-prefix (when specified) to systemd boot scripts for the replicator.Issue: CT-1663
Core Replicator (2)
- Fixes a replication issue with some JSON fields that would contain a single quote within the JSON textIssue: CT-1691
- Fixes an issue where the replicator would loop forever if a wrong startup option was provided, e.g
replicator start wrongNow, the replicator will stop with a fatal error message loggedUnrecognized option: wrong - Shutting downIssue: CT-1672
Connector (1)
connector reconfigure, which allows seamless reconfiguration of the Tungsten Connector duringtpm update, now properly reloads load balancers.Issue: CT-1655