saurabhladhe commented on issue #14672:
URL: https://github.com/apache/airflow/issues/14672#issuecomment-797718504
Got the same for a successful task as well:
events:
17m Normal Scheduled
pod/xyztaskinstance.somestr Successfully assigned
<namespace>/xyztask.somestr
17m Normal Pulled
pod/xyztaskinstance.somestr Container image "airflow:2.0.1" already
present on machine
17m Normal Created
pod/xyztaskinstance.somestr Created container base
17m Normal Started
pod/xyztaskinstance.somestr Started container base
logs:
`[2021-03-12 19:40:30,924] {natgas_update_pipeline_aggregate_group2.py:104}
DEBUG - Processing finished for pipeline id: 500 (0:00:09.669772 s elapsed)
[2021-03-12 19:40:30,924] {natgas_update_pipeline_aggregate_group2.py:108}
INFO - Processed 12 pipeline ids (12 successfully)(0:04:25.557094 s elapsed)
[2021-03-12 19:40:30,925] {python.py:118} INFO - Done. Returned value was:
None
[2021-03-12 19:40:30,925] {__init__.py:88} DEBUG - Lineage called with
inlets: [], outlets: []
[2021-03-12 19:40:30,925] {taskinstance.py:570} DEBUG - Refreshing
TaskInstance <TaskInstance: xyztaskinstance 2021-03-01T01:28:00+00:00
[running]> from DB
[2021-03-12 19:41:09,777] {taskinstance.py:570} DEBUG - Refreshing
TaskInstance <TaskInstance: xyztaskinstance 2021-03-01T01:28:00+00:00
[running]> from DB
[2021-03-12 19:41:09,800] {taskinstance.py:605} DEBUG - Refreshed
TaskInstance <TaskInstance: xyztaskinstance 2021-03-01T01:28:00+00:00 [failed]>
[2021-03-12 19:41:09,828] {taskinstance.py:1166} INFO - Marking task as
SUCCESS. dag_id=xyz, task_id=xyz, execution_date=20210301T012800,
start_date=20210312T193433, end_date=20210312T194109
[2021-03-12 19:41:09,828] {taskinstance.py:1862} DEBUG - Task Duration set
to 396.729006
[2021-03-12 19:41:10,970] {taskinstance.py:605} DEBUG - Refreshed
TaskInstance <TaskInstance: xyztaskinstance 2021-03-01T01:28:00+00:00 [failed]>
[2021-03-12 19:41:10,971] {local_task_job.py:188} WARNING - State of this
instance has been externally set to failed. Terminating instance.
[2021-03-12 19:41:10,972] {process_utils.py:100} INFO - Sending
Signals.SIGTERM to GPID 21
[2021-03-12 19:41:14,128] {taskinstance.py:1239} ERROR - Received SIGTERM.
Terminating subprocesses.
[2021-03-12 19:41:14,129] {cli_action_loggers.py:84} DEBUG - Calling
callbacks: []
[2021-03-12 19:41:14,150] {process_utils.py:66} INFO - Process
psutil.Process(pid=21, status='terminated', exitcode=1, started='19:34:41')
(21) terminated with exit code 1
[2021-03-12 19:41:14,151] {base_job.py:219} DEBUG - [heartbeat]`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]