ジョブ管理ログ
Talend Remote Engineによって生成されるジョブ管理ログには、実行されたタスクやエンジンのステータスといった情報が含まれています。ログファイルは<RemoteEngineInstallationDirectory>/data/logフォルダーにあります。
ジョブログ
パラメーター | 説明 |
---|---|
count_of_attempts | デプロイメント試行回数 最大値は5です。 |
job_phase | 選択可能な値:
|
rejected_rows | ジョブで生成された拒否行/拒否レコードの数 |
例
{
"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ログ
パラメーター | 候補値 |
---|---|
re_availability | AVAILABLE / NOT AVAILABLE |
re_status | PAIRED / NOT_PAIRED |
re_state | ACTIVE / IDLE / RETIRED |
例
{
"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"
}
}