You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/22 21:51:13 UTC

[GitHub] [airflow] AmarEL edited a comment on issue #19957: Airflow crashes with a psycopg2.errors.DeadlockDetected exception

AmarEL edited a comment on issue #19957:
URL: https://github.com/apache/airflow/issues/19957#issuecomment-999902054


   We are facing the very same problem with Postgres.
   
   Even being a different database, the stack trace shows the same line/method being called on the airflow "layer" before moving to the database concrete class for the #19832
   ```
   File "/usr/local/lib/python3.9/dist-packages/sqlalchemy/engine/default.py", line 608, in do_execute
       cursor.execute(statement, parameters)
   ```
   
   I didn't have time to test, but there is a chance the #20030 "fixes" this one together with the #19832


-- 
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-unsubscribe@airflow.apache.org

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