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/11/02 10:23:45 UTC

[GitHub] [airflow] lihan commented on issue #27259: Airflow Scheduler Crashing 2.4.2

lihan commented on issue #27259:
URL: https://github.com/apache/airflow/issues/27259#issuecomment-1299997531

   @tanvn 
   My Airflow was deployed on Google Cloud CloudSQL (Postgres 13)
   
   * My Postgres starts emitting a lot more error messages on primary key duplicate after upgrade to 2.3.3 (See attached screenshots)
   <img width="1428" alt="image" src="https://user-images.githubusercontent.com/655051/199463273-0a796e83-edd3-4853-b31a-dd457bcfa9fb.png">
   
   * What I did was to remove the duplicates in the `dag` table manually, and rebuilt index on dags table
   
   * After doing the re-index, the issue is gone, no more error messages from the Postgres as well


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