You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "t oo (JIRA)" <ji...@apache.org> on 2019/04/30 04:48:00 UTC

[jira] [Updated] (AIRFLOW-4428) Dag run marked as 'success' state but all tasks for it are 'None' state

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

t oo updated AIRFLOW-4428:
--------------------------
    Environment: LocalExecutor, 16cpu amazon linux, airflow 1.10.3, mysql RDS meta
    Description: 
Dagrun status showing success for a given execdate but:
*  all tasks are white in graph/tree view
*  on cli running airflow task_state for any of the tasks showing in the graph/tree view returns None
* taskinstance view shows no tasks for the given dagid

This dag has 800 tasks, non_pooled_task_slot_count is 32, max_tis_per_query is 2000, no pools created/assigned to the dag

  was:
Dagrun status showing success for a given execdate but:
*  all tasks are white in graph/tree view
*  on cli running airflow task_state for any of the tasks showing in the graph/tree view returns None
* taskinstance view shows no tasks for the given dagid



> Dag run marked as 'success' state but all tasks for it are 'None' state
> -----------------------------------------------------------------------
>
>                 Key: AIRFLOW-4428
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4428
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: DAG, DagRun, scheduler
>    Affects Versions: 1.10.3
>         Environment: LocalExecutor, 16cpu amazon linux, airflow 1.10.3, mysql RDS meta
>            Reporter: t oo
>            Priority: Critical
>
> Dagrun status showing success for a given execdate but:
> *  all tasks are white in graph/tree view
> *  on cli running airflow task_state for any of the tasks showing in the graph/tree view returns None
> * taskinstance view shows no tasks for the given dagid
> This dag has 800 tasks, non_pooled_task_slot_count is 32, max_tis_per_query is 2000, no pools created/assigned to the dag



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)