potiuk commented on pull request #18362: URL: https://github.com/apache/airflow/pull/18362#issuecomment-922722400
@aneesh-joseph -> if you have setup MSSQL before, setting the "READ_COMMITTED_SNAPSHOT" database option is CRUCIAL to avoid deadlocks on read. It is apparently set on by default on Azure databases, but it is disabled by default on regular mssql databases. in 2.2.0 we are checking if the option is enabled for the airflow database and fail if not. -- 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]
