You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/27 01:31:08 UTC

[GitHub] [airflow] BShraman opened a new issue #15542: Airflow Dag Stuck in Running Status

BShraman opened a new issue #15542:
URL: https://github.com/apache/airflow/issues/15542


   Hi Team,
      We are running into an issue after upgrading to airflow 2.0.2. When running simple jobs dags are stuck in Running status but the Scheduler Pod logs shows that task are succeeded . 
   
   Here are the version i am using : 
   Airflow Version : 2.0.2
   Python : 3.6.8
   kubernetes : 11.0.0
   
   Issue Reproduce Steps : 
   -- Update airflow.cfg 
   [kubernetes]
   pod_template_file = /home/airflow/airflow/dags_in_image_template.yaml
   worker_container_repository = XXXXX
   worker_container_tag = XXXXX
   namespace = XXXXX
   delete_worker_pods = True
   delete_worker_pods_on_failure = False
   worker_pods_creation_batch_size = 1
   
   -- Place the yaml file in pod_template_file path
   dags_in_image_template.yaml
   
   -- Run hello_world dags
    hello_world.py
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #15542: Airflow Dag Stuck in Running Status

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #15542:
URL: https://github.com/apache/airflow/issues/15542#issuecomment-827243772


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [airflow] donotpush commented on issue #15542: Airflow Dag Stuck in Running Status for Kubernetes Executor

Posted by GitBox <gi...@apache.org>.
donotpush commented on issue #15542:
URL: https://github.com/apache/airflow/issues/15542#issuecomment-908101246


   @kaxil I wonder if #15542 is already present in release 2.1.3, I tried to find a commit or PR but I did not succeed. Can you help me to find the commit/PR? 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] BShraman closed issue #15542: Airflow Dag Stuck in Running Status for Kubernetes Executor

Posted by GitBox <gi...@apache.org>.
BShraman closed issue #15542:
URL: https://github.com/apache/airflow/issues/15542


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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