ashb commented on pull request #19842: URL: https://github.com/apache/airflow/pull/19842#issuecomment-981734201
Fixed in 3b0ec6234 -- the connection we issued the lock from was closed when the migrations ran. The fix there is to use the same connection so that when the migrations code is finished with it, it doesn't get closed, so we can still lock it. I suspect this might have been the problem with the MSSQL locking too -- it's just that on Postgres we never noticed as it was only a warning and the return value was ignored! -- 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]
