A.1. Tungsten Clustering 6.1.25 GA (7 July 2024)

Version End of Life. 15 Aug 2024

Release 6.1.25 contains a specific feature request in Tungsten Connector and fixes a small bug in Tungsten Replicator.

Improvements, new features and functionality

  • Tungsten Connector

    • In proxy mode, kill queries are now intercepted by the connector in order to replace the given thread_id by the underlying database connection thread_id.

      Note

      While executing the kill command, you might get an error like "Could not execute query kill query <id>: Unknown thread id: <id>". This can be ignored, the connection will still be properly killed.

      Issues: CT-2298

Bug Fixes

  • Core Replicator

    • Fix for an issue in ColumnNameFilter, EnumToStringFilter and TableMetadataCache where an ALTER USER statement could trigger a NullPointerException.

      Issues: CT-2321