You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/10/11 21:07:00 UTC

[jira] [Commented] (AIRFLOW-1681) Create way to batch retry task instances in the CRUD

    [ https://issues.apache.org/jira/browse/AIRFLOW-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200963#comment-16200963 ] 

ASF subversion and git services commented on AIRFLOW-1681:
----------------------------------------------------------

Commit 9f2c16a0ac261888fe2ee4671538201c273f82d5 in incubator-airflow's branch refs/heads/master from [~kevinyang]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=9f2c16a ]

[AIRFLOW-1681] Add batch clear in task instance view

Allow users to batch clear selected task
instance(s) in task instance view. Only state(s)
of selected task instance(s) will be cleared--no
upstream nor downstream task instance will be
affected.

DAG(s) involved will be set to "RUNNING" state,
same as existing "clear" operation.

Keeping both "Delete" and "Clear" operations for
more smooth user habit transition--informing DAG
state change in pop-up (check screenshots).

Closes #2681 from yrqls21/add-batch-clear-in-task-
instance-view


> Create way to batch retry task instances in the CRUD
> ----------------------------------------------------
>
>                 Key: AIRFLOW-1681
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1681
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webserver
>            Reporter: Dan Davydov
>
> The old way to batch retry tasks was to select them on the Task Instances page on the webserver and do a With Selected -> Delete.
> This no longer works as you will get overlapping task instance logs (e.g. the first retry log will be placed in the same location as the first try log). We need an option in the crud called With Selected -> Retry that does the same thing as With Selected -> Delete but follows the logic for task clearing (sets state to none, increases max_tries). Once this feature is stable With Selected -> Delete should probably be removed as it leaders to bad states with the logs.



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