Tungsten Replicator 6.1.20
Build: 5
Release Date: 19 Dec 2022
End of Life Date: 15 Aug 2024
Product End of Life
This release is past End of Life.
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)
- Both the
tungsten_get_portsandtpm reportcommands have been updated to use thessOS command when thenetstatOS command is unavailable or deprecated.Issue: CT-2007
Improvements, new features and functionality (2)
Command-line Tools (2)
- The
tungsten_get_portscommand now uses values based on values obtained fromtpm query valueswhen possible for the greatest output accuracy.Issue: CT-2008 - A new command has been added called
tungsten_get_ports, which will display the running Tungsten processes and the associated TCP ports that those processes are listening on.Issue: CT-1970
Bug Fixes (3)
Command-line Tools (1)
- Worked around a ruby issue where DNS name resolution was sometimes preferred to file-based resolution in TPM. The following logic now applies: first trying file-based host name resolution, upon failure try DNS, then through ping commandIssue: CT-1653
Core Replicator (1)
- Fixed an issue in the applier to ensure it is not committing too often with a multi-service replicator (active/active for example, more specifically with AWS Aurora, or an unprivileged MySQL, backend).Issue: CT-2004
Filters (1)
- Fixed an issue where the
dropsqlmodesfilter would fail to remove invalid sql modes from a multi-statement eventIssue: CT-1993