Tungsten Clustering 8.0.3
Build: 38
Release Date: 23 Feb 2026
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)
- The
tpm ini checkcommand now checks for two new rules:- There MUST be a
witnesses=entry in EVERY stanza ifenable-active-witnesses=trueexists in[defaults] - There MUST be a
witnesses=entry in a stanza that containsenable-active-witnesses=true
Issue: CT-2625 - There MUST be a
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 perflogIssue: 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
tprovisionto 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