Version End of Life. Not Yet Set
Release 7.1.4 contains a number of key bug fixes and improvements.
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.
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:
Global calls to sudo in tpm are now sensitive to the tpm option and alias
root-command-prefix
/enable-sudo-access
when set to false.Issues: CT-2310
The check_tungsten_progress command with now aborts with exit code 3 and displays the UNKNOWN status when run on Witness nodes.
Issues: CT-2320
The tpm copy command now accepts the
--install
argument as an alias for--share
.Issues: CT-2332
The tpm purge-thl command is now Composite Cluster-aware.
Issues: CT-2343
Improvements, new features and functionality
The tpm diag command now gathers the mount and hostname commands.
Issues: CT-2314
Added the -last
and -first
options to thl dsctl command
Issues: CT-2318
The tpm diag command now gathers the output of crontab -l
.
Issues: CT-2344
The tungsten_find_orphaned command now accepts the --sql
option when using the --epoch
option
for Scenario 2. This will output the full SQL statements instead of just the headers. For use with --epoch
only. Not available
with ROW-based replication, only with STATEMENT or MIXED.
Issues: CT-2345
The tpm diag command now gathers service_logs/tprovision.log
and service_logs/trestore.log
, if they exist
Issues: CT-2385
The tpm diag command now gathers show global status; from the MySQL server.
Issues: CT-2387
The tpm check ini command now properly handles property=
INI entries.
Issues: CT-2352
The tungsten_mysql_ssl_setup command no longer tries to ls
any .p12 file unless --p12
has been given on the cli
Issues: CT-2357
The tpm copy --doini command now functions properly from the staging directory before the initial installation of Tungsten.
Issues: CT-2362
The tpm cert command now easily imports certificate bundles into various files, and correctly reads a file name as the proper typeSpec
in various subcommands.
Issues: CT-2369
The tpm check ini command now honors the --short
and --valid
options
Issues: CT-2373
Fixed a bug preventing the auto-recovery feature to put the service back online if it failed to connect to database during a retry.
Issues: CT-2377
Fixed an issue where the replicator was not able to build a valid DELETE statement, when enable-heterogeneous-service
was set to true.
Issues: CT-2379
Fixed a bug in latency calculations that in some circumstances could appear as though the latency on the applier stages was "flapping".
Issues: CT-2386