Skip to main content
Tungsten Replicator

Tungsten Replicator 7.1.4

Build: 10
Release Date: 1 Oct 2024
End of Life Date: 7 Jul 2026
Release 7.1.4 contains a number of key bug fixes and improvements.
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 (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)

Monitoring (1)

  • Tungsten monitoring scripts no longer rely upon the bc command, removing the dependency because recent distros do not havebc available
    Issue: CT-2371

Improvements, new features and functionality (6)

Command-line Tools (5)

  • The tpm diag command now gathers show global status; from the MySQL server
    Issue: CT-2387
  • The tpm diag command now gathers service_logs/tprovision.log and service_logs/trestore.log, if they exist
    Issue: CT-2385
  • The tpm diag command now gathers the output of crontab -l.
    Issue: CT-2344
  • Added the -last and -first options to thl dsctl command
    Issue: CT-2318
  • The tpm diag command now gathers the mount and hostname commands.
    Issue: CT-2314

Filters (1)

  • A new maskData filter has been added, allowing basic level data obfuscation capabilities.
    Issue: CT-849

Bug Fixes (8)

Command-line Tools (5)

  • The tpm check ini command now honors the --short and --valid options
    Issue: CT-2373
  • The tpm cert command now easily imports certificate bundles into various files, and correctly reads a file name as the propertypeSpec in various subcommands.
    Issue: CT-2369
  • The tpm copy --doini command now functions properly from the staging directory before the initial installation of Tungsten.
    Issue: CT-2362
  • The tungsten_mysql_ssl_setup command no longer tries to ls any .p12 file unless --p12 has been given on the cli.
    Issue: CT-2357
  • The tpm check ini command now properly handles property= INI entries.
    Issue: CT-2352

Core Replicator (3)

  • Fixed a bug in latency calculations that in some circumstances could appear as though the latency on the applier stages was "flapping".
    Issue: CT-2386
  • Fixed an issue where the replicator was not able to build a valid DELETE statement, when enable-heterogeneous-service=true.
    Issue: CT-2379
  • Fixed a bug preventing the auto-recovery feature to put the service back online if it failed to connect to database during a retry
    Issue: CT-2377