You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Tatyana Klionskaya (JIRA)" <ji...@apache.org> on 2018/01/11 10:40:00 UTC

[jira] [Updated] (AIRFLOW-1989) Set running task instance state to failed doesn't work as expected

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

Tatyana Klionskaya updated AIRFLOW-1989:
----------------------------------------
    Description: 
PROBLEM: The functionality when setting the state of running task instances to failed from the UI doesn't work as expected. When you tried to change the state of running task instance, it changed, but task continue to process and finally the state of that task is changed again, for example to success if all was ok.

EXPECTED: Task instance state should be failed.

CURRENT: The state of the task instance depends on task execution results.

  was:
PROBLEM: The functionality when setting the state of running task instances to failed from the UI doesn't work as expected. When you tried to change the state of running task instance, it changed, but task continue to process and finally the state of that task is changed again, 
for example to success if all was ok.

EXPECTED: Task instance state should be failed.

CURRENT: The state of the task instance depends on task execution results.


> Set running task instance state to failed doesn't work as expected
> ------------------------------------------------------------------
>
>                 Key: AIRFLOW-1989
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1989
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.8.0, 1.9.0
>            Reporter: Tatyana Klionskaya
>            Assignee: Bolke de Bruin
>
> PROBLEM: The functionality when setting the state of running task instances to failed from the UI doesn't work as expected. When you tried to change the state of running task instance, it changed, but task continue to process and finally the state of that task is changed again, for example to success if all was ok.
> EXPECTED: Task instance state should be failed.
> CURRENT: The state of the task instance depends on task execution results.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)