park-peter commented on issue #27824:
URL: https://github.com/apache/airflow/issues/27824#issuecomment-1324022789

   ```
   [2022-11-22 17:28:42,114] {scheduler_job.py:536} INFO - Sending 
TaskInstanceKey(dag_id='break_mapping', task_id='say_bye', 
run_id='scheduled__2022-06-15T00:00:00+00:00', try_number=1, map_index=-1) to 
executor with priority 4 and queue default
   [2022-11-22 17:28:42,114] {base_executor.py:95} INFO - Adding to queue: 
['airflow', 'tasks', 'run', 'break_mapping', 'say_bye', 
'scheduled__2022-06-15T00:00:00+00:00', '--local', '--subdir', 
'DAGS_FOLDER/example-dag.py']
   [2022-11-22 17:28:42,115] {local_executor.py:81} INFO - QueuedLocalWorker 
running ['airflow', 'tasks', 'run', 'break_mapping', 'say_bye', 
'scheduled__2022-06-15T00:00:00+00:00', '--local', '--subdir', 
'DAGS_FOLDER/example-dag.py']
   [2022-11-22 17:28:42,117] {scheduler_job.py:588} INFO - Executor reports 
execution of break_mapping.say_hi run_id=scheduled__2022-06-15T00:00:00+00:00 
exited with status success for try_number 1
   [2022-11-22 17:28:42,119] {scheduler_job.py:631} INFO - TaskInstance 
Finished: dag_id=break_mapping, task_id=say_hi, 
run_id=scheduled__2022-06-15T00:00:00+00:00, map_index=-1, 
run_start_date=2022-11-22 17:28:41.097404+00:00, run_end_date=2022-11-22 
17:28:41.220139+00:00, run_duration=0.122735, state=success, 
executor_state=success, try_number=1, max_tries=0, job_id=196, 
pool=default_pool, queue=default, priority_weight=5, 
operator=_PythonDecoratedOperator, queued_dttm=2022-11-22 
17:28:40.980893+00:00, queued_by_job_id=148, pid=418
   [2022-11-22 17:28:42,202] {task_command.py:376} INFO - Running 
<TaskInstance: break_mapping.say_bye scheduled__2022-06-15T00:00:00+00:00 
[queued]> on host 5fbf19be21aa
   [2022-11-22 17:28:42,556] {mappedoperator.py:666} INFO - Marking 
<TaskInstance: break_mapping.add_one scheduled__2022-06-15T00:00:00+00:00 
[None]> as SKIPPED since the map has 0 values to expand
   [2022-11-22 17:28:42,565] {dagrun.py:616} ERROR - Deadlock; marking run 
<DagRun break_mapping @ 2022-06-15 00:00:00+00:00: 
scheduled__2022-06-15T00:00:00+00:00, state:running, queued_at: 2022-11-22 
17:28:40.930510+00:00. externally triggered: False> failed
   [2022-11-22 17:28:42,565] {dagrun.py:644} INFO - DagRun Finished: 
dag_id=break_mapping, execution_date=2022-06-15 00:00:00+00:00, 
run_id=scheduled__2022-06-15T00:00:00+00:00, run_start_date=2022-11-22 
17:28:40.952076+00:00, run_end_date=2022-11-22 17:28:42.565779+00:00, 
run_duration=1.613703, state=failed, external_trigger=False, 
run_type=scheduled, data_interval_start=2022-06-15 00:00:00+00:00, 
data_interval_end=2022-06-16 00:00:00+00:00, 
dag_hash=51298338f12d384f99c852836833fa98
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to