[
https://issues.apache.org/jira/browse/AIRFLOW-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279022#comment-16279022
]
ASF subversion and git services commented on AIRFLOW-1554:
----------------------------------------------------------
Commit 1b210337e024b044c9c11f2950a9f3c2368ee47c in incubator-airflow's branch
refs/heads/v1-9-test from Paulius
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=1b21033 ]
[AIRFLOW-1554] Fix wrong DagFileProcessor termination method call
Closes #2821 from
pdambrauskas/fix/wrong_termination_call
(cherry picked from commit ff0d75f062a34c267f0902c1d4c7b148ba4b490a)
Signed-off-by: Bolke de Bruin <[email protected]>
> 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)