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 GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/16 14:00:00 UTC

[jira] [Commented] (AIRFLOW-2908) Kubernetes executor tasks cannot be retried

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

ASF GitHub Bot commented on AIRFLOW-2908:
-----------------------------------------

jpds opened a new pull request #3758: [AIRFLOW-2908] Allow retries with KubernetesExecutor.
URL: https://github.com/apache/incubator-airflow/pull/3758
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [X] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "\[AIRFLOW-XXX\] My Airflow PR"
     - https://issues.apache.org/jira/browse/AIRFLOW-2908
   
   ### Description
   
   This allows users to retry DAG tasks when using the Kubernetes executor.
   
   ### Tests
   
   - [X] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason:
   
   There do not appear to be tests for this view.
   
   ### Commits
   
   - [X] My commits all reference Jira issues in their subject lines, and I have squashed multiple commits if they address the same issue.
   
   @dimberman 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Kubernetes executor tasks cannot be retried
> -------------------------------------------
>
>                 Key: AIRFLOW-2908
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2908
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: contrib
>            Reporter: Jon Davies
>            Priority: Major
>
> Hello,
> I'm using Airflow with the Kubernetes executor and pod operator, I cannot retry a failed task in the DAG as Airflow reports "This can only be done with the Celery executor".
> Airflow should be able to spin up the container in question just fine and roll from there.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)