plmnguyen commented on issue #36920: URL: https://github.com/apache/airflow/issues/36920#issuecomment-1924267212
I am trying to recreate or capture logs, but what I've been noticing thus far on 2.8.1: - Happens only on Kubernetes spark submit operators tasks - For DAGs showing that "DAG record was locked", there is a task that is stuck in a running state, and never times out Only info logs I have captured so far (from the task instance logs), which is probably no help. I will try to get some debug logs: ``` [2024-02-02, 06:01:45 UTC] {taskinstance.py:1946} INFO - Dependencies not met for <TaskInstance: l3-main-abc123.rlav.rlav manual__2024-02-01T05:00:00+00:00 [running]>, dependency 'Task Instance Not Running' FAILED: Task is in the running state [2024-02-02, 06:01:45 UTC] {taskinstance.py:1946} INFO - Dependencies not met for <TaskInstance:l3-main-abc123.rlav.rlav manual__2024-02-01T05:00:00+00:00 [running]>, dependency 'Task Instance State' FAILED: Task is in the 'running' state. [2024-02-02, 06:01:45 UTC] {local_task_job_runner.py:160} INFO - Task is not able to be run ``` -- 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