Talend Remote Engine - Cloud - 7.3

Talend Release Notes

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Fabric
Talend Cloud Data Integration
Talend Cloud Data Management Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Talend Studio
Content
Installation and Upgrade
Release Notes
Last publication date
2024-03-20

Talend Remote Engine v2.11.2 is now generally available.

It is recommended to upgrade your engine to this version, as it contains all of the following new features and bug fixes.

Note: If you have downloaded v2.11.1, ensure to upgrade it to v2.11.2 to avoid regression issues.

New features

Feature Description
Remote Engine resilience You can now enable your engine to regularly and automatically delete useless artifacts to free up storage space, by defining the following parameters in <RemoteEngineInstallation>/etc/org.talend.ipaas.rt.deployment.agent.cfg:
  • local.maven.clean.interval.days: the automatic cleanup is enabled once you put a value greater than 0, for example,
    local.maven.clean.interval.days=2
    Then the cleanup happens every two days.
  • local.maven.clean.max.gb.size: the maximum size (in GB) allocated for artifacts to be stored in Remote Engine, for example,
    local.maven.clean.max.gb.size=8
    If the artifacts together exceed 8GB, when a scheduled cleanup service starts, the service deletes artifacts for which the last execution times are beyond the retention period, until the total size is reduced to be equal to or less than 8GB.
  • local.maven.clean.older.than.days: the retention period of an artifact, for example,
    local.maven.clean.older.than.days=7
Log refreshing A Remote Engine v2.11.0 and onwards refreshes its logs much faster than its precedent versions.

It is recommended to download and use this new version so that you can have a more precise and more timely overview of your task runs.

Custom logging in Remote Engines V2.11.0 and onwards By default, a Remote Engine sends its logs to Talend Cloud. But you can define a custom logging system of your choice to store Remote Engine logs, with or without keeping this default option.

This allows you to prevent a Remote Engine from sending logs to Talend Cloud, depending on the security posture or the compliance policy of your organization.

For further information, see Setting up custom logging

Get started with Talend Remote Engine on Talend Remote Engine User Guide.

Bug fixes

Issue Description
TPOPS-2493, TPOPS-2478 After restarting the server, ESB tasks could not be deployed or undeployed
TPOPS-2498 ESB logging does not work with the 2.11 engine versions.
TMC-25138

The parameter job.log.system.streams cannot be set to true if the folder TalendJobserverFiles is not in the Remote Engine root folder.

TPOPS-2208 The same task was executed twice