You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jeremiah Lowin (JIRA)" <ji...@apache.org> on 2017/03/13 22:08:41 UTC

[jira] [Resolved] (AIRFLOW-917) Incorrectly formatted failure status message

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

Jeremiah Lowin resolved AIRFLOW-917.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Issue resolved by pull request #2109
[https://github.com/apache/incubator-airflow/pull/2109]

> Incorrectly formatted failure status message
> --------------------------------------------
>
>                 Key: AIRFLOW-917
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-917
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Vijay Krishna Ramesh
>            Priority: Trivial
>             Fix For: 1.9.0
>
>
> The formatting of the error message at https://github.com/apache/incubator-airflow/blob/master/airflow/ti_deps/deps/dag_ti_slots_available_dep.py#L27 is incorrect.
> It logs like:
> {code}
> {models.py:1122} INFO - Dependencies not met for <TaskInstance: etl_queries_v3.subscriptions_query 2017-02-25 07:00:00 [queued]>, dependency 'Task Instance Slots Available' FAILED: The maximum number of running tasks (etl_queries_v3) for this task's DAG '2' has been reached.
> [2017-02-26 07:25:46,141] {jobs.py:2062} INFO - Task exited with return code 0
> {code}
> with the num tasks and dag id mixed up. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)