You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Vijay Krishna Ramesh (JIRA)" <ji...@apache.org> on 2017/02/26 18:27:45 UTC

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

Vijay Krishna Ramesh created AIRFLOW-917:
--------------------------------------------

             Summary: 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


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)