-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Description
We have the first example of scheduler deadlock in the willd for MySQL for the new scheduler:
https://github.com/apache/airflow/pull/8550/checks?check_run_id=1258193958#step:6:1439
Would be great to track it down and fix before the prod release:
NOTE For now the issue has been mitigated (according to the documentation of MySQL) by applying restarts (with exponential back-off) in #12046. This should help with beta-testing of Airlfow by the users and to see if the retries on deadlock has some potential negative effects (according to the documentation - they might have if they happen frequently enough).
Some more analysis might be performed between now and 2.0.0 which might result in deciding that this issue does not need any more fixes than the current mitigation or some actual changes in the code that might result in preventing the deadlocks.