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/09/01 19:57:52 UTC

[GitHub] [airflow] dimon222 commented on issue #17897: Dag tags are not refreshing if case sensitivity changed

dimon222 commented on issue #17897:
URL: https://github.com/apache/airflow/issues/17897#issuecomment-910671083


   The issue was initially noticed on 2.1.2 version, but I have given it a test on version 2.1.3 now and I'm having it.
   
   Perhaps, this might point in this direction:
   1. Store dags in DB option is enabled in airflow.cfg
   2. To make scheduler crash it should be a lot of dags with this problem so that all processes that are doing parsing kicked in simultaneously and raised exception. I tried it with just single dag and it didn't crash the scheduler (tho, spammed a lot of stacktraces in scheduler and the dag is essentially broken).


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