Job management logs - Cloud

Talend Remote Engine User Guide for Linux

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
The Job management logs generated by Talend Remote Engine contain information about the executed task and the engine status. The log file is located in the <RemoteEngineInstallationDirectory>/data/log folder.

Job logs

Parameter Description
count_of_attempts Number of deployment attempts

Maximum value is 5.

job_phase Possible values:
  • EXECUTION_EVENT_RECEIVED
  • STARTING_FLOW_EXECUTION
  • EXECUTION_SUCCESS
  • EXECUTION_FAILED
  • EXECUTION_TERMINATED
rejected_rows Number of rejected rows/records generated by the Job
Example
{
  "thread" : "Thread-124",
  "threadId" : "1096",
  "threadPriority" : "5",
  "level" : "INFO",
  "loggerName" : "org.talend.ipaas.rt.deployment.agent.impl.FlowDeployerImpl",
  "message": "Task 60803a7e2d836d11b8059f1d/2.3 was completed.",
  "event_type": "JOB_STATUS",
  "job_phase": "EXECUTION_SUCCESS",
  "timestamp": 1619018951115,
  "context": {
    "remote_engine_id": "07ac6bea-d5eb-4fac-998a-07e355644add",
    "remote_engine_name": "RE_2.10.3-SNAPSHOT",
    "task_execution_id": "4fc73dc9-3b6b-4485-b184-1d820b23f1df",
    "workspace_name": "Personal",
    "workspace_id": "6076f2b374c5d8721ba20a95",
    "environment_name": "default",
    "environment_id": "6076f2b374c5d8721ba20a92",
    "environment_version": "1.3",
    "trigger_timestamp": 1619018945620,
    "artifact_name": "SayHello",
    "artifact_version": "0.1.1.20212104032821",
    "task_id": "60803a7e2d836d11b8059f1d",
    "task_name": "SayHello",
    "task_version": "2.3",
    "run_type": "MANUAL",
    "compatibility_version": "7.3.1",
    "count_of_attempts": 0,
    “rejected_rows”: 0
  }
}

Remote Engine logs

Parameter Possible values
re_availability AVAILABLE / NOT AVAILABLE
re_status PAIRED / NOT_PAIRED
re_state ACTIVE / IDLE / RETIRED
Example
{
  "thread" : "pool-25-thread-1",
  "threadId" : "205",
  "threadPriority" : "5",
  "level" : "INFO",
  "loggerName" : "org.talend.ipaas.rt.pairing.agent.impl.PairingAgent",
  "message": "Received new container status.",
  "event_type": "RE_STATUS",
  "timestamp": 1619019095616,
  "re_availability": "AVAILABLE",
  "re_status": "PAIRED",
  "re_state": "ACTIVE",
  "context": {
    "remote_engine_id": "07ac6bea-d5eb-4fac-998a-07e355644add"
  }
}