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/02/01 18:18:02 UTC

[GitHub] [airflow] cccs-cat001 opened a new issue #14012: Changing state of task_instance to None

cccs-cat001 opened a new issue #14012:
URL: https://github.com/apache/airflow/issues/14012


   **Apache Airflow version**: 2.0.0
   
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 
   ```
   Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-18T23:30:10Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"}
   Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-16T20:43:08Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
   ```
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**: Azure
   - **OS** (e.g. from /etc/os-release): 
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   The scheduler outputs logs saying it's changing the state of task_instances to None. As seen [here](https://apache-airflow.slack.com/files/U010X4RLD41/F01LRM0N5M2/image.png)
   
   **What you expected to happen**: Should it not be saying something proper like succeeded/failed/queued/scheduled/etc? 
   
   <!-- What do you think went wrong? -->
   
   **How to reproduce it**:
   From what I understand you can launch a new deployment of airflow with a dag being scheduled, and the scheduler will output this. 
   
   
   **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] cccs-cat001 commented on issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
cccs-cat001 commented on issue #14012:
URL: https://github.com/apache/airflow/issues/14012#issuecomment-771592816


   I Uploaded the image to github. The issue is that it's always None, and never anything more useful. Should it not be updating it to be all the different states? 


----------------------------------------------------------------
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] ephraimbuddy commented on issue #14012: Changing state of task_instance to None

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


   It's the state of the pod that's been set to None after execution and not the task instance.


-- 
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] github-actions[bot] commented on issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14012:
URL: https://github.com/apache/airflow/issues/14012#issuecomment-841563954


   This issue has been closed because it has not received response from the issue author.


-- 
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] github-actions[bot] closed issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #14012:
URL: https://github.com/apache/airflow/issues/14012


   


-- 
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] cccs-cat001 commented on issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
cccs-cat001 commented on issue #14012:
URL: https://github.com/apache/airflow/issues/14012#issuecomment-771592816


   I Uploaded the image to github. The issue is that it's always None, and never anything more useful. Should it not be updating it to be all the different states? 


----------------------------------------------------------------
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] eladkal commented on issue #14012: Changing state of task_instance to None

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


   I can't see your image - please upload it to github.
   I'm not sure I understand your question/issue? NONE is a valid state for a task https://github.com/apache/airflow/blob/d2efb33239d36e58fb69066fd23779724cb11a90/airflow/utils/state.py#L57
   
   Can you please describe the actual issue you are experiencing? It looks more as a question rather than reporting an actual issue.


----------------------------------------------------------------
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] github-actions[bot] commented on issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14012:
URL: https://github.com/apache/airflow/issues/14012#issuecomment-834881561


   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


-- 
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] ephraimbuddy removed a comment on issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
ephraimbuddy removed a comment on issue #14012:
URL: https://github.com/apache/airflow/issues/14012#issuecomment-811520833


   It's the state of the pod that's being set to None after execution and not the task instance.


-- 
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] ephraimbuddy edited a comment on issue #14012: Changing state of task_instance to None

Posted by GitBox <gi...@apache.org>.
ephraimbuddy edited a comment on issue #14012:
URL: https://github.com/apache/airflow/issues/14012#issuecomment-811520833


   It's the state of the pod that's being set to None after execution and not the task instance.


-- 
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] eladkal commented on issue #14012: Changing state of task_instance to None

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


   I can't see your image - please upload it to github.
   I'm not sure I understand your question/issue? NONE is a valid state for a task https://github.com/apache/airflow/blob/d2efb33239d36e58fb69066fd23779724cb11a90/airflow/utils/state.py#L57
   
   Can you please describe the actual issue you are experiencing? It looks more as a question rather than reporting an actual issue.


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