[
https://issues.apache.org/jira/browse/AIRFLOW-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923059#comment-15923059
]
ASF subversion and git services commented on AIRFLOW-917:
---------------------------------------------------------
Commit b8164cc696a240b604669033dfe6e4e40c8c72f1 in incubator-airflow's branch
refs/heads/master from Vijay Ramesh
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=b8164cc ]
[AIRFLOW-917] Fix formatting of error message
Variables were interpolated into error message
in the wrong order.
Closes #2109 from vijaykramesh/vijay/incorrect_for
mat_of_slots_available
> 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)