Pedro Cardoso Silva created GOBBLIN-1600:
--------------------------------------------
Summary: Gobblin Reports JobFailure even when a Job succeeds.
Key: GOBBLIN-1600
URL: https://issues.apache.org/jira/browse/GOBBLIN-1600
Project: Apache Gobblin
Issue Type: Bug
Reporter: Pedro Cardoso Silva
Running a Gobblin Job successfully reports `JobFailure` in the logs despite the
job finishing as expected without errors.
See logs below:
{code:java}
2022-01-22 17:12:05 WET INFO [ParallelJobListener]
org.apache.gobblin.runtime.listeners.AbstractJobListener - jobFailure:
JobContext{jobName=oss-MCLS3Job, jobId=job_oss-MCLS3Job_1642871169528,
jobState={ "job name": "oss-MCLS3Job", "job id":
"job_oss-MCLS3Job_1642871169528", "job state": "COMMITTED", "start
time": 1642871173448, "end time": 1642871525184, "duration": 351736,
"tasks": 1, "completed tasks": 1, "task states": [ {
"task id": "task_oss-MCLS3Job_1642871169528_0",
"task state": "COMMITTED", "start time": 1642871174408,
"end time": 1642871525108, "duration":
350700, "retry count": 0 } ]}}{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)