trina242 commented on issue #59349: URL: https://github.com/apache/airflow/issues/59349#issuecomment-3677870026
After digging through FAB releases I noticed that the [fix with scoped session](https://github.com/apache/airflow/pull/58196) was not only reverted and then re-applied, but also later overridden by [this PR](https://github.com/apache/airflow/pull/58644). That would explain why the error occurs in FAB >= 3.0.3 - this fix made sense, I can see bunch of ROLLBACKs in the db with the same query_id and status `idle` so indeed it looks like the session won't close. So the real question here is why wasn't the fix working in 3.0.2. Now I think about it I'm almost positive the stack trace was different, but it's hard to check because in my case the issue arises only after a few days. -- 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]
