Skip to main content
Tungsten Replicator

Tungsten Replicator 6.1.1

Build: 130
Release Date: 28 Oct 2019
End of Life Date: 15 Aug 2024
Product End of Life

This release is past End of Life.

Release 6.1.1 contains both significant improvements as well as some needed bugfixes.

Improvements, new features and functionality (1)

Core Replicator (1)

  • If using the dropcolumn filter during extraction, in conjunction with the Batch Applier (eg Replicating to Redshift, Hadoop, Vertica) writes would fail with a CSV mismatch error due to gaps in the THL Index.

    However, for JDBC appliers, the gaps are required to ensure the correct column mapping

    To handle the two different requirements, a new property has been added to the filter to control whether or not to leave the THL index untouched (the default) or to re-order the Index ID's

    If applying to Batch targets, then the following property should be added to your configuration. The property is not required for JDBC targets.

    property=replicator.filter.dropcolumn.fillGaps=true
    Issue: CT-1025

Bug Fixes (5)

Command-line Tools (5)

  • Fixed an issue where the command trepctl -all-services status -name watches fails.
    Issue: CT-977
  • Fixed an issue that would prevent reading remote binary logs when using SSL.
    Issue: CT-958
  • Improve the ability to find needed binaries for commands: tungsten_find_position, tungsten_find_seqno andtungsten_get_rtt
    Issue: CT-1054
  • Restored previously-removed log file symbolic links under \$CONTINUENT_ROOT/service_logs/
    Issue: CT-1026
  • Fixed a bug where tpm diag would generate an empty zip file if the hostnames contain hyphens (-) or periods (.)
    Issue: CT-1032