Skip to main content
Tungsten Replicator

Tungsten Replicator 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.

Release 6.1.16 contains a number of minor bug fixes and improvements.

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 processlist command 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::PP
    Issue: CT-1679

Documentation (1)

  • Updated the open_source_licenses.txt file 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_datadir has 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_logs has been added which will gather Manager, Replicator and Connector logs into one file sorted by timestamp for easier troubleshooting.
    Issue: CT-1667

Bug Fixes (7)

Command-line Tools (4)

  • The tpm --help text now includes the --ini argument.
    Issue: CT-1693
  • The tpm diag command now uses sudo to read the mysqld.log file.
    Issue: CT-1685
  • The tpm ask tool now works properly on all supported Linux distros.
    Issue: CT-1682
  • 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 text
    Issue: 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 logged Unrecognized option: wrong - Shutting down
    Issue: CT-1672

Documentation (1)

  • The documentation for the tpm command now describes the use of the --ini argument fully.
    Issue: CT-1692