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/07/22 11:12:01 UTC

[GitHub] [airflow] potiuk edited a comment on issue #17127: Airflow 2.1.0 with Schedulers HA Failing

potiuk edited a comment on issue #17127:
URL: https://github.com/apache/airflow/issues/17127#issuecomment-884831959


   Just a note - discussion here https://github.com/apache/airflow/discussions/14788  indicates that the problem might be that you want to connect airflow to a DB in Active/Active HA mode. This is NOT supported. The database must be in Active/Passive HA mode. You either have to have your DB in Active-Passive mode, or explicitly configure Airflow to talk to only one DB server from the cluster.


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