Version End of Life. 15 Aug 2024
Release 6.1.15 contains a number of minor bug fixes and improvements.
Improvements, new features and functionality
Fixed an issue with the ColumnNameFilter that was not resetting its internal connection to the database.
This would then fail if the database connection would time out (e.g. MySQL wait_timeout reached). The connection is now renewed every 1 hour by default.
This can be reconfigured to a different value by adding the following tpm property:
property=replicator.filter.colnames.reconnectTimeout=<time in seconds>
Issues: CT-1646