The GitHub Actions job "Tests AMD" on airflow.git/backport-3dc597f-v3-0-test 
has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b80257f2dc71cd55a2d487c69450e8a7479a1067 / Kaxil Naik <[email protected]>
[v3-0-test] Fix memory leak in dag-processor (#50558)

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to