kaxil commented on PR #63546: URL: https://github.com/apache/airflow/pull/63546#issuecomment-4121860405
A couple of meta-questions: 1. This PR targets `v2-11-stable`. The `dag.py` guard against missing `SerializedDagModel` is a real fix for a race condition. Does this same issue exist on `main`? If so, the fix should land there too (or first). 2. The diagnostic logging (`[DEBUG DATASETS]` prefix, N+1 lazy loads, per-loop queries) reads like temporary instrumentation added while investigating a specific incident. Is the intent to merge this into the stable branch permanently, or was this meant to be a local debugging patch? If it is meant to be permanent, the N+1 issues and log levels need to be addressed first — this would regress scheduler performance under load. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
