You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/27 23:02:05 UTC

[GitHub] [airflow] ashb commented on issue #11899: Scheduler deadlock with max_threads > 1

ashb commented on issue #11899:
URL: https://github.com/apache/airflow/issues/11899#issuecomment-717590816


   You know what bugs me most about this? That mysql/MariaDB calls this a deadlock but it isn't. Not formally. They need two (or more) locks taken out in conflicting orders.
   
   Here we just have incompatible locks they would resolve fine if it waited a few milliseconds.
   
   Rant over.
   
   I'll take a look


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org