Skip to main content
Tungsten Clustering

Tungsten Clustering 8.0.3

Build: 38
Release Date: 23 Feb 2026
Release 8.0.3 contains an important bug fix to handle a behavior change in newer versions of Java, stability improvements with the Manager to fix a number of memory leaks, and a new feature for tracking slow queries through the replicator.

Behavior Changes (1)

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)

Improvements, new features and functionality (2)

Core Replicator (1)

  • The replicator now includes real-time performance monitoring to track and identify slow database operations during replication. The feature provides visibility into transaction, event, and statement execution times with configurable thresholds for alerting. For more information on configuring and using this feature, see trepctl perflog
    Issue: CT-2629

Security (1)

  • Updated log4j libraries to mitigate security threats found in earlier versions. Note that these issues do not affect Tungsten installations when configured with the default log4j properties files.
    Issue: CT-2674

Bug Fixes (6)

Installation and Deployment (1)

  • Fixed an installation issue when using MariaDB 10.6 with SSL. Previously, this would have failed to install showing an error message like:

    Unable to connect to the MySQL server using tungsten@db1:13306 (WITH PASSWORD) (MySQLLoginCheck)
    Issue: CT-2624

Command-line Tools (1)

  • Fixed a bug that would cause tprovision to fail if the password contained double-quotes.
    Issue: CT-2673

Backup and Restore (1)

  • Fixes an issue when, in certain cases, a newly provisioned database would be left in the offline_mode.
    Issue: CT-2660

Core Replicator (1)

  • Recent java versions changed a default that now enable endpoint identification in secured RMI calls. As a quick turnaround, this release restores the default of disabling identification in various Tungsten scripts.
    Issue: CT-2666

Connector (1)

  • Fixed a null pointer exception error showing up in rare cases at startup time.
    Issue: CT-2656

Manager (1)

  • A number of bugs have been resolved that would cause the managers to suffer frequent OutOfMemory issues.
    Issue: CT-2667