[
https://issues.apache.org/jira/browse/AIRFLOW-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279020#comment-16279020
]
ASF subversion and git services commented on AIRFLOW-1554:
----------------------------------------------------------
Commit ff0d75f062a34c267f0902c1d4c7b148ba4b490a in incubator-airflow's branch
refs/heads/master from Paulius
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=ff0d75f ]
[AIRFLOW-1554] Fix wrong DagFileProcessor termination method call
Closes #2821 from
pdambrauskas/fix/wrong_termination_call
> 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
>
> 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)