ldacey commented on issue #23361: URL: https://github.com/apache/airflow/issues/23361#issuecomment-1140658026
I have been noticing this error as well. PostgreSQL 14 with Airflow 2.3.1. My scheduler containers keep crashing (I run two of them on two different nodes). ``` DETAIL: Process 7063 waits for ShareLock on transaction 3165652; blocked by process 7243. Process 7243 waits for ShareLock on transaction 3165651; blocked by process 7063. HINT: See server log for query details. CONTEXT: while updating tuple (208084,20) in relation "task_instance" [SQL: UPDATE task_instance SET state=%(state)s WHERE task_instance.task_id = %(task_instance_task_id)s AND task_instance.dag_id = %(task_instance_dag_id)s AND task_instance.run_id = %(task_instance_run_id)s AND task_instance.map_index = %(task_instance_map_index)s] ``` -- 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]
