You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aizhamal Nurmamat kyzy (JIRA)" <ji...@apache.org> on 2019/05/18 03:06:02 UTC

[jira] [Resolved] (AIRFLOW-3424) Task not getting retried when using Kubernetes Executor

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

Aizhamal Nurmamat kyzy resolved AIRFLOW-3424.
---------------------------------------------
    Resolution: Done

Resolving. Will relocate to components afterwards.

> Task not getting retried when using Kubernetes Executor
> -------------------------------------------------------
>
>                 Key: AIRFLOW-3424
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3424
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: kubernetes
>    Affects Versions: 1.10.1
>            Reporter: Anand
>            Priority: Major
>         Attachments: sample_dag.py
>
>
> Steps to reproduce-
> Use airflow K8 executor and deploy server and scheduler on K8.
>  # Create a dag with task having retries (dag attached)
>  # Enable and trigger the dag.
>  # Scheduler spins up a new pod for the task.
>  # Kill the Scheduler and then Worker Pod, check that task instance state is marked failed/up_for_retry in DB.
>  # Restart the scheduler.
>  # The failed task is not picked up again.
> Expected- Failed task should be retried.



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