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 CED94200C44 for ; Mon, 13 Mar 2017 03:50:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CD7C1160B77; Mon, 13 Mar 2017 02:50:13 +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 22F9E160B87 for ; Mon, 13 Mar 2017 03:50:12 +0100 (CET) Received: (qmail 1989 invoked by uid 500); 13 Mar 2017 02:50:12 -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 1980 invoked by uid 99); 13 Mar 2017 02:50:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2017 02:50:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D6C61C00B6 for ; Mon, 13 Mar 2017 02:50:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id jVxtjNTgPHVv for ; Mon, 13 Mar 2017 02:50:11 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0007C5F649 for ; Mon, 13 Mar 2017 02:50:10 +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 1B7DFE0BB3 for ; Mon, 13 Mar 2017 02:50:06 +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 48116243CE for ; Mon, 13 Mar 2017 02:50:05 +0000 (UTC) Date: Mon, 13 Mar 2017 02:50:05 +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-921) 1.8.0rc Issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Mar 2017 02:50:14 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906802#comment-15906802 ] ASF subversion and git services commented on AIRFLOW-921: --------------------------------------------------------- Commit a8f2c27ed44449e6611c7c4a9ec8cf2371cf0987 in incubator-airflow's branch refs/heads/v1-8-test from [~bolke] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=a8f2c27 ] AIRFLOW-932][AIRFLOW-932][AIRFLOW-921][AIRFLOW-910] Do not mark tasks removed when backfilling[ In a backfill one can specify a specific task to execute. We create a subset of the orginal tasks in a subdag from the original dag. The subdag has the same name as the original dag. This breaks the integrity check of a dag_run as tasks are suddenly not in scope any more. Closes #2122 from bolkedebruin/AIRFLOW-921 > 1.8.0rc Issues > -------------- > > Key: AIRFLOW-921 > URL: https://issues.apache.org/jira/browse/AIRFLOW-921 > Project: Apache Airflow > Issue Type: Task > Reporter: Dan Davydov > Assignee: Bolke de Bruin > Priority: Blocker > Fix For: 1.8.0 > > > These are the pending issues for the Airflow 1.8.0 release: > Blockers: > [~bolke] please merge into the next RC and then remove from the list the sub-tasks linked in this JIRA > Other Issues: > - High DB Load (~8x more than 1.7) - We are still investigating but it's probably not a blocker for the release - (Theories: Might need execution_date index on dag_run (based on slow process list) OR it might be this query which is long running SELECT union_ti.dag_id AS union_ti_dag_id, union_ti.state AS union_ti_state, count( *) AS count_1 > FR)) > - Front page loading time is a lot slower > [~bolke] -- This message was sent by Atlassian JIRA (v6.3.15#6346)