The GitHub Actions job "Tests AMD" on airflow.git/v3-0-test has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 33230e20960194a2eb62b3df1c5c3933c4fbdc5a / github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> [v3-0-test] Fix memory leak in dag-processor (#50558) (#50559) closes https://github.com/apache/airflow/issues/50097 closes https://github.com/apache/airflow/issues/49887 Previously, each `DagFileProcessorProcess` created its own `InProcessExecutionAPI` client instance, leading to unnecessary thread creation and resource use. This commit ensures that a single `Client` backed by `InProcessExecutionAPI` is created and owned by `DagFileProcessorManager`, and passed into all DAG file processor subprocesses. (cherry picked from commit 3dc597f02adec99cec282790c0575b15dc8f0f3f) Co-authored-by: Kaxil Naik <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/15018559430 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
