You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sergei Iakhnin (JIRA)" <ji...@apache.org> on 2016/06/10 09:43:20 UTC

[jira] [Updated] (AIRFLOW-232) Web UI shows inaccurate task counts on main dashboard

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

Sergei Iakhnin updated AIRFLOW-232:
-----------------------------------
    Attachment: screenshot-1.png

> Web UI shows inaccurate task counts on main dashboard
> -----------------------------------------------------
>
>                 Key: AIRFLOW-232
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-232
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: Airflow 1.7.1.2
>            Reporter: Sergei Iakhnin
>         Attachments: screenshot-1.png
>
>
> Pstgres, celery, rabbitmq, 170 worker nodes, 1 master.
> select count(*), state from task_instance where dag_id = 'freebayes' group by state;
> upstream_failed	2134
> up_for_retry	520
> success	141421
> running	542
> failed	1165



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)