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 2020/05/21 13:36:02 UTC

[GitHub] [airflow] jhettler opened a new issue #8951: Run task with ignoring all options doesn't work

jhettler opened a new issue #8951:
URL: https://github.com/apache/airflow/issues/8951


   **Apache Airflow version**: 1.10.10
   
   **Environment**: Docker official image 
   
   - **Cloud provider or hardware configuration**: 
   - **OS** (e.g. from /etc/os-release):
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   If you check all options and press run, nothing happens, only pending in network. I can see only Adding to queue in logs nothing more.
   
   [2020-05-21 13:30:32,078] {{base_executor.py:58}} INFO - Adding to queue: ['airflow', 'run', '01_DBT', 'EVERYONE.seduo_b2b_statistics_current', '2020-05-19T23:35:00+00:00', '-A', '-i', '--force', '--local', '--pool', 'default_pool', '-sd', 'DAGS_FOLDER/01_DBT.py']
   
   ![image](https://user-images.githubusercontent.com/6342027/82563690-cd89e000-9b77-11ea-939f-d93c1ed0cad8.png)
   
   Clear works fine. It is related to RBAC mode, when we have it without RBAC it works fine.
   
   <!-- (please include exact error messages if you can) -->
   
   **What you expected to happen**:
   
   Run should start the task.
   
   <!-- 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 sytle 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] eladkal commented on issue #8951: Run task with ignoring all options doesn't work

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


   Is it still an issue 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] doowhtron commented on issue #8951: Run task with ignoring all options doesn't work

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


   I have got the same issue.  And I found the webserver was blocked in file celery_executor.py line213
   
               send_pool = Pool(processes=num_processes)
   
   


----------------------------------------------------------------
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 #8951: Run task with ignoring all options doesn't work

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


   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] commented on issue #8951: Run task with ignoring all options doesn't work

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


   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] github-actions[bot] closed issue #8951: Run task with ignoring all options doesn't work

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


   


-- 
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] doowhtron edited a comment on issue #8951: Run task with ignoring all options doesn't work

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


   
   
   I have got the same issue.  And I found the webserver was blocked in file celery_executor.py line213
   
   ![企业微信截图_15948840764604](https://user-images.githubusercontent.com/4937178/87642786-918c8900-c77c-11ea-9425-173e12f73638.png)


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