pdellarciprete commented on issue #57618: URL: https://github.com/apache/airflow/issues/57618#issuecomment-3575400858
Just to confirm, we are experiencing the exact same issue on Airflow 3.1.1 using the KubernetesExecutor. We see identical logs from both the scheduler and the worker pods. On the API server side, we consistently get: ``` "PATCH /execution/task-instances/019abae1-a01d-7dce-97f8-8a567196795e/run HTTP/1.1" 409 Conflict [warning ] Cannot start Task Instance in invalid state [airflow.api_fastapi.execution_api.routes.task_instances] loc=task_instances.py:180 previous_state=running ti_id=019abae1-a01d-7dce-97f8-8a567196795e ``` This perfectly matches the symptoms already described in this issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
