You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/06/07 07:21:18 UTC

[jira] [Resolved] (AIRFLOW-1166) _change_state_for_tis_without_dagrun can take very long and end up in deadlocks

     [ https://issues.apache.org/jira/browse/AIRFLOW-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bolke de Bruin resolved AIRFLOW-1166.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request #2267
[https://github.com/apache/incubator-airflow/pull/2267]

> _change_state_for_tis_without_dagrun can take very long and end up in deadlocks
> -------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-1166
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1166
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.8.1
>            Reporter: Bolke de Bruin
>            Assignee: Bolke de Bruin
>              Labels: scheduler
>             Fix For: 1.8.2
>
>
> While testing multi-scheduler setups we've seen some serious delays (>8s, with just one dag running) in _change_state_for_tis_without_dagrun. This can also result in deadlocks in the db due to the fact the query in _change_state_for_tis_without_dagrun is locking a significant amount of task instances. This is unnecessary.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)