Skip to main content
Tungsten Clustering

Tungsten Clustering 7.1.1

Build: 42
Release Date: 15 Dec 2023
End of Life Date: 7 Jul 2026
Release 7.1.1 contains a number of key bug fixes including one majoe bug fix that prevents switches from working correctly after upgrading from v6.
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 (2)

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 (1)

  • The tpm diag command now collects ps -aux output in addition to ps -efl when possible
    Issue: CT-2119

Connector (1)

  • Changed default value of mgr-policy-fence-slave setting so that a replica data source is put offline 60s after its replicator goes offline. This change will prevent routing traffic to replicas that are stale.
    Issue: CT-2096

Improvements, new features and functionality (2)

Command-line Tools (2)

  • The tpm mysql command now accepts the --force argument to function on Witness nodes that have a running database.
    Issue: CT-2180
  • The tapi command now supports the ?no-connectors=1 argument in APIv2 via the new cli argument --no-connectors
    Issue: CT-2174

Bug Fixes (7)

Installation and Deployment (1)

  • Installations will now succeed on hosts running Ruby 3.x
    Issue: CT-2196

Command-line Tools (3)

  • The tpm mysql command now properly accepts the -e argument as a shortcut for the --execute mysql cli client argument.
    Issue: CT-2217
  • The tpm update command no longer fails to display foreign-owned dot-files and directories.
    Issue: CT-2190
  • The tpm report command now correctly displays security info tpm options as blank when none exists.
    Issue: CT-2176

Manager (3)

  • Fixed a bug when upgrading from 6.x to 7.x that prevented switches/failovers from working. Also the change ofdatasource-group-id in the INI will now be correctly reflected after a tpm update.
    Issue: CT-2236
  • v6 API configuration properties within the INI file, are now also recognised by v7.
    Issue: CT-2231
  • Fixed a thread synchronization issue that can cause memory leaks.
    Issue: CT-2197