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

[jira] [Created] (AIRFLOW-4594) Kubernetes watcher updating Task state based on Pod state

raman created AIRFLOW-4594:
------------------------------

             Summary: Kubernetes watcher updating Task state based on Pod state
                 Key: AIRFLOW-4594
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4594
             Project: Apache Airflow
          Issue Type: Bug
          Components: executors
    Affects Versions: 1.10.1
            Reporter: raman


Currently KubernetesJobWatcher updates the task state based on the pod state inside 

process_status function. If it gets the pod state as failed it marks the task state to failed which is not the correct behaviour because task might move to retry state or reschedule state.

Pod might be failed because of various reasons like machine/network issue, it might crash. But its state might  not reflect the task state



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