Skip to main content
Tungsten Clustering

Tungsten Clustering 6.1.10

Build: 4
Release Date: 15 Dec 2020
End of Life Date: 15 Aug 2024
Product End of Life

This release is past End of Life.

Release 6.1.10 is a critical bug fix addressing an issue with Parallel Apply within a clustered environment.

Improvements, new features and functionality (2)

Command-line Tools (1)

  • tpm diag outputting table information via route -n , and has two new command-line arguments: --include and --groups.

    --include specifies a comma-separated list of subroutines to include. Any gather subroutine not listed will be skipped.

    --groups specifies a comma-separated list of subroutine groups to include. Any group not listed will be skipped.

    Issue: CT-1399

Filters (1)

  • A number of sql_modes have been removed in MySQL 8.0, meaning that when replicating from an earlier version (e.g. 5.7) the applier could error when applying session variables.

    A new dropsqlmode filter is now available that should be configured against appliers where the source is version 5.7 or earlier and the target is version 8.0 or later.

    Issue: CT-1361

Bug Fixes (1)

Manager (1)

  • If parallel apply has been enabled, automatic failovers could hang indefinitely if one or more channels are inactive.
    Important
    All customers using parallel apply are urged to apply this release to avoid production outages due to this known issue.
    Issue: CT-1407