Skip to main content
Tungsten Clustering

Tungsten Clustering 6.1.9

Build: 9
Release Date: 23 Nov 2020
End of Life Date: 15 Aug 2024
Product End of Life

This release is past End of Life.

Release 6.1.9 is a minor bug fix release containing a fix for a critical bug within the Replicator related to the handling of Timezone.

Improvements, new features and functionality (1)

Command-line Tools (1)

  • A new script is available, tungsten_generate_haproxy_for_api. This script will read all available INI files and dump out corresponding haproxy.cfg entries with properly incrementing ports; the composite parent will come first, followed by the composite children in alphabetical order. This script will be embedded as a tpm command in a future release.
    Issue: CT-1385

Bug Fixes (3)

Command-line Tools (2)

  • tungsten_find_orphaned no longer hangs when the password keyword exists by itself under[client] in my.cnf, which caused mysqlbinlog to issue a password prompt.
    Issue: CT-1387
  • tpm update no longer fails when using the staging method to upgrade to a new version.
    Issue: CT-1381

Core Replicator (1)

  • In some edge case scenarios, the replicator was not setting the session time_zone correctly when preceding sessions had a different time_zone applied, this could lead to situations where TIMESTAMP values could be applied into replica nodes with an incorrect time_zone offset applied.
    Issue: CT-1390