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 2022/02/18 13:50:02 UTC

[GitHub] [airflow] nitra-1 opened a new issue #21668: Airflow airflow:2.0.2 UI is not getting updated with dag status

nitra-1 opened a new issue #21668:
URL: https://github.com/apache/airflow/issues/21668


   ### Apache Airflow version
   
   2.0.2
   
   ### What happened
   
   The dags run and status gets updated but over the period like in 6-8 hours time and randomly the schedulers are seen in queued state.
   And once we restart the scheduler immediately all the tasks are seen as success with no queued tasks.
   With this we have to restart the scheduler quite frequently.
   
   
   ### What you expected to happen
   
   Expected behaviour that each scheduler should get executed and status to be updated in the web ui
   
   ### How to reproduce
   
   Install the airflow in master-worker HA mode.
   Deploy some schedulers
   and observe the status of the schedulers
   
   
   ### Operating System
   
   VERSION="18.04.5 LTS (Bionic Beaver)"
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-airbyte==1.0.0
   apache-airflow-providers-amazon==1.4.0
   apache-airflow-providers-apache-beam==2.0.0
   apache-airflow-providers-apache-cassandra==1.0.1
   apache-airflow-providers-apache-druid==1.1.0
   apache-airflow-providers-apache-hdfs==1.0.1
   apache-airflow-providers-apache-hive==1.0.3
   apache-airflow-providers-apache-kylin==1.0.1
   apache-airflow-providers-apache-livy==1.1.0
   apache-airflow-providers-apache-pig==1.0.1
   apache-airflow-providers-apache-pinot==1.0.1
   apache-airflow-providers-apache-spark==1.0.3
   apache-airflow-providers-apache-sqoop==1.0.1
   apache-airflow-providers-celery==1.0.1
   apache-airflow-providers-cloudant==1.0.1
   apache-airflow-providers-cncf-kubernetes==1.2.0
   apache-airflow-providers-databricks==1.0.1
   apache-airflow-providers-datadog==1.0.1
   apache-airflow-providers-dingding==1.0.2
   apache-airflow-providers-discord==1.0.1
   apache-airflow-providers-docker==1.2.0
   apache-airflow-providers-elasticsearch==1.0.4
   apache-airflow-providers-exasol==1.1.1
   apache-airflow-providers-facebook==1.1.0
   apache-airflow-providers-ftp==1.1.0
   apache-airflow-providers-google==3.0.0
   apache-airflow-providers-grpc==1.1.0
   apache-airflow-providers-hashicorp==1.0.2
   apache-airflow-providers-http==1.1.1
   apache-airflow-providers-imap==1.0.1
   apache-airflow-providers-jdbc==1.0.1
   apache-airflow-providers-jenkins==1.1.0
   apache-airflow-providers-jira==1.0.2
   apache-airflow-providers-microsoft-azure==2.0.0
   apache-airflow-providers-microsoft-mssql==1.1.0
   apache-airflow-providers-microsoft-winrm==1.2.0
   apache-airflow-providers-mongo==1.0.1
   apache-airflow-providers-mysql==1.1.0
   apache-airflow-providers-neo4j==1.0.1
   apache-airflow-providers-odbc==1.0.1
   apache-airflow-providers-openfaas==1.1.1
   apache-airflow-providers-opsgenie==1.0.2
   apache-airflow-providers-oracle==1.1.0
   apache-airflow-providers-pagerduty==1.0.1
   apache-airflow-providers-papermill==1.0.2
   apache-airflow-providers-plexus==1.0.1
   apache-airflow-providers-postgres==1.0.2
   apache-airflow-providers-presto==1.0.2
   apache-airflow-providers-qubole==1.0.2
   apache-airflow-providers-redis==1.0.1
   apache-airflow-providers-salesforce==2.0.0
   apache-airflow-providers-samba==1.0.1
   apache-airflow-providers-segment==1.0.1
   apache-airflow-providers-sendgrid==1.0.2
   apache-airflow-providers-sftp==1.2.0
   apache-airflow-providers-singularity==1.1.0
   apache-airflow-providers-slack==3.0.0
   apache-airflow-providers-snowflake==1.3.0
   apache-airflow-providers-sqlite==1.0.2
   apache-airflow-providers-ssh==1.3.0
   apache-airflow-providers-tableau==1.0.0
   apache-airflow-providers-telegram==1.0.2
   apache-airflow-providers-trino==1.0.0
   apache-airflow-providers-vertica==1.0.1
   apache-airflow-providers-yandex==1.0.1
   apache-airflow-providers-zendesk==1.0.1
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   Installation done using 
   
   pip3 install apache-airflow[all]
   
   ### Anything else
   
   no
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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] nitra-1 removed a comment on issue #21668: Airflow airflow:2.0.2 UI is not getting updated with dag status

Posted by GitBox <gi...@apache.org>.
nitra-1 removed a comment on issue #21668:
URL: https://github.com/apache/airflow/issues/21668#issuecomment-1046743679


   ![noname](https://user-images.githubusercontent.com/23074226/154940509-64490d84-4132-4565-9150-c2f17e6b6ed7.jpg)
   As seen in the image, schedulers remain in the scheduled stated, even if there is no scheduler running these scheduler remain in scheduled state


-- 
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] nitra-1 edited a comment on issue #21668: Airflow airflow:2.0.2 UI is not getting updated with dag status

Posted by GitBox <gi...@apache.org>.
nitra-1 edited a comment on issue #21668:
URL: https://github.com/apache/airflow/issues/21668#issuecomment-1046746269


   ![noname](https://user-images.githubusercontent.com/23074226/154941613-99bd3f7f-295a-4512-890d-4c0015ce90c7.jpg)
   As seen in the image, schedulers remain in the scheduled stated, even if there is no scheduler running these scheduler remain in scheduled state.
   And once i restart the scheduler these all will be gone from scheduled state to success


-- 
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] nitra-1 commented on issue #21668: Airflow airflow:2.0.2 UI is not getting updated with dag status

Posted by GitBox <gi...@apache.org>.
nitra-1 commented on issue #21668:
URL: https://github.com/apache/airflow/issues/21668#issuecomment-1046743679


   ![noname](https://user-images.githubusercontent.com/23074226/154940509-64490d84-4132-4565-9150-c2f17e6b6ed7.jpg)
   As seen in the image, schedulers remain in the scheduled stated, even if there is no scheduler running these scheduler remain in scheduled state


-- 
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 #21668: Airflow airflow:2.0.2 UI is not getting updated with dag status

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


   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.

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

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



[GitHub] [airflow] nitra-1 commented on issue #21668: Airflow airflow:2.0.2 UI is not getting updated with dag status

Posted by GitBox <gi...@apache.org>.
nitra-1 commented on issue #21668:
URL: https://github.com/apache/airflow/issues/21668#issuecomment-1046746269


   ![noname](https://user-images.githubusercontent.com/23074226/154941613-99bd3f7f-295a-4512-890d-4c0015ce90c7.jpg)
   As seen in the image, schedulers remain in the scheduled stated, even if there is no scheduler running these scheduler remain in scheduled state


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