Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 06A58200D53 for ; Tue, 5 Dec 2017 19:41:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0547F160C1B; Tue, 5 Dec 2017 18:41:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4BB7D160BF1 for ; Tue, 5 Dec 2017 19:41:04 +0100 (CET) Received: (qmail 33366 invoked by uid 500); 5 Dec 2017 18:41:03 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 33357 invoked by uid 99); 5 Dec 2017 18:41:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2017 18:41:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A96DA1806E2 for ; Tue, 5 Dec 2017 18:41:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id sydtNlxLI08h for ; Tue, 5 Dec 2017 18:41:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 488D05F2A8 for ; Tue, 5 Dec 2017 18:41:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7776EE0044 for ; Tue, 5 Dec 2017 18:41:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 34A12255C8 for ; Tue, 5 Dec 2017 18:41:00 +0000 (UTC) Date: Tue, 5 Dec 2017 18:41:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRFLOW-1554) Wrong DagFileProcessor method name call MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 05 Dec 2017 18:41:05 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279023#comment-16279023 ] ASF subversion and git services commented on AIRFLOW-1554: ---------------------------------------------------------- Commit 44adde47d4dd2ed26c166caee36176af1fc61333 in incubator-airflow's branch refs/heads/v1-9-stable from Paulius [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=44adde4 ] [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 > 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)