Arunodoy18 opened a new pull request, #61903: URL: https://github.com/apache/airflow/pull/61903
closes: #61716 This PR fixes a race condition where concurrent DAG runs attempt to clone/open the same Git bundle version directory, causing clone failures when the directory is created or partially populated by another process. This change introduces version-level locking to ensure clone, cleanup, and validation steps are executed atomically per bundle version. -- 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]
