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 2022/10/07 14:46:45 UTC

[GitHub] [airflow] ashb commented on pull request #26885: Add missing AUTOINC/SERIAL for FAB tables

ashb commented on PR #26885:
URL: https://github.com/apache/airflow/pull/26885#issuecomment-1271694080

   The change to make alembic re-use the existing connection didn't fix the problem because we have some migrations that make use of `create_session()` (or worse, FAB models that have it's own session) and those open a new connection to the DB directly, meaning we have 3 or 4 connections to the DB from just the migrations, meaning mysql still hangs.
   
   🤔 


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