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/01/18 10:17:41 UTC

[GitHub] [airflow] george-zubrienko opened a new issue #13738: State.Removed not part of finished set

george-zubrienko opened a new issue #13738:
URL: https://github.com/apache/airflow/issues/13738


   **Apache Airflow version**:
   
   2.0.0
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   1.15.x
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**: AWS
   
   **What happened**:
   
   Apparently `removed` task state causes Airflow to consider `dag_run` as active, due to `removed` not being part of `finished` frozenset:
   
   
   **What you expected to happen**:
   
   <!-- What do you think went wrong? -->
   
   **How to reproduce it**:
   <!---
   
   As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags.
   
   If you are using kubernetes, please attempt to recreate the issue using minikube or kind.
   
   ## Install minikube/kind
   
   - Minikube https://minikube.sigs.k8s.io/docs/start/
   - Kind https://kind.sigs.k8s.io/docs/user/quick-start/
   
   If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action
   
   You can include images using the .md style of
   ![alt text](http://url/to/img.png)
   
   To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file.
   
   --->
   
   
   **Anything else we need to know**:
   
   <!--
   
   How often does this problem occur? Once? Every time etc?
   
   Any relevant logs to include? Put them here in side a detail tag:
   <details><summary>x.log</summary> lots of stuff </details>
   
   -->
   


----------------------------------------------------------------
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] potiuk commented on issue #13738: State.Removed not part of finished set

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


   Looks like regression


----------------------------------------------------------------
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] kaxil closed issue #13738: State.Removed not part of finished set

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


   


----------------------------------------------------------------
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] kaxil commented on issue #13738: State.Removed not part of finished set

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


   Duplicate of https://github.com/apache/airflow/issues/13151 and already fixed in https://github.com/apache/airflow/pull/13165 which will be released in 2.0.1


----------------------------------------------------------------
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