piosystems commented on issue #61518:
URL: https://github.com/apache/airflow/issues/61518#issuecomment-3912070138

   > [@piosystems](https://github.com/piosystems) The change in 
[#61480](https://github.com/apache/airflow/pull/61480) is to fab provider. 
`apache-airflow-providers-fab==3.3.0` released today should have this change 
that you can upgrade and test.
   > 
   > https://pypi.org/project/apache-airflow-providers-fab/3.3.0/
   
   I upgraded my instances (scheduler, triggerer, dag, celery workers, 
api-server) from apache-airflow==3.1.6 and apache-airflow-providers-fab==3.1.1 
fab to apache-airflow==3.1.7 and apache-airflow-providers-fab==3.3.0 
respectively using ...
   
   1. uv pip install 'apache-airflow==3.1.7' \
    --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.12.txt";
   
   2. uv pip install apache-airflow-providers-fab==3.3.0
   
   I restarted all services ensuring that celery workers and then api-server 
were started last.
   
   Everything was working as expected initially. After some idle time, the 
issue reappeared - "sqlalchemy.exc.PendingRollbackError: Can't reconnect until 
invalid transaction is rolled back.  Please rollback() fully before proceeding 
(Background on this error at: https://sqlalche.me/e/20/8s2b)"
   
   The only way out was to restart the api-server each time that happens.
   
   So, the bug is still there!
   


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

Reply via email to