hussein-awala commented on PR #60773: URL: https://github.com/apache/airflow/pull/60773#issuecomment-4113882344
I encountered this exact race condition in production on 3.1.7 — two schedulers both read the ADRQ before either committed, resulting in duplicate asset-triggered DagRuns with the same `run_after` timestamp. Independently traced it to the missing row lock on ADRQ in `_create_dag_runs_asset_triggered`. Thanks for the fix! -- 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]
