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/12/05 18:41:00 UTC

[jira] [Resolved] (AIRFLOW-1554) Wrong DagFileProcessor method name call

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

Bolke de Bruin resolved AIRFLOW-1554.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

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

> Wrong DagFileProcessor  method name call
> ----------------------------------------
>
>                 Key: AIRFLOW-1554
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1554
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Thiago Rigo
>             Fix For: 1.9.0
>
>
> Inside DagFileProcessorManager, on the method set_file_paths(), it tries to call the method stop() from DagFileProcessor, which doesn't exist. The correct name is terminate().
> This issues causes the scheduler to hang and not take anymore tasks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)