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/05 09:39:57 UTC

[GitHub] [airflow] caoquyvu opened a new issue #13483: Airflow worker logs 404 Client Error

caoquyvu opened a new issue #13483:
URL: https://github.com/apache/airflow/issues/13483


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag 
   
   - `like`
   
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache Airflow version**: 1.10.12
   
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release): CentOS Linux 7 (Core)
   - **Kernel** (e.g. `uname -a`): Linux my-private-domain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   When the failed task and the success task in a DAG run in multiple worker, i just can see the latest logs of a task run
   Cannot see logs of failed task
   
   ![ảnh](https://user-images.githubusercontent.com/19485589/103630512-55d8bc00-4f74-11eb-9686-c81b642096be.png)
   
   ![ảnh](https://user-images.githubusercontent.com/19485589/103630532-60935100-4f74-11eb-91fe-1f6b336d0f1e.png)
   
   <!-- (please include exact error messages if you can) -->
   
   **What you expected to happen**:
   Can see logs of previous failed task with diffferent worker host with the success task in a DAG run
   
   <!-- What do you think went wrong? -->
   I think airflow webserver get the host of latest success task. And when we try to see previous failed task log of this successed task, airflow try to give host of this success task to this failed task
   
   **How to reproduce it**:
   A task run with multiple retries, and a queue host this DAG run in multiple host
   <!---
   
   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] github-actions[bot] commented on issue #13483: Airflow worker logs 404 Client Error

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


   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.

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

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



[GitHub] [airflow] github-actions[bot] closed issue #13483: Airflow worker logs 404 Client Error

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


   


-- 
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] eladkal commented on issue #13483: Airflow worker logs 404 Client Error

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


   You are using EOL version of Airflow.
   Please let us know if the issue is reproducible in latest airflow version


-- 
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] github-actions[bot] commented on issue #13483: Airflow worker logs 404 Client Error

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


   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.

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

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13483: Airflow worker logs 404 Client Error

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


   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] caoquyvu commented on issue #13483: Airflow worker logs 404 Client Error

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


   > You are using EOL version of Airflow. Please let us know if the issue is reproducible in latest airflow version
   
   Using airflow 2.0.1 and still get the error 


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