The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/openlineage-broken-process-pool has failed.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
1da3ef52d20a87183ef58aa91a2e5890f18f6f9f / Anmol Mishra <[email protected]>
fix(openlineage): self-heal ProcessPoolExecutor on BrokenProcessPool

When a child process in the OpenLineage listener's ProcessPoolExecutor
terminates abruptly, concurrent.futures marks the pool as permanently
broken. Every subsequent submission raises BrokenProcessPool and lineage
data stops flowing until the scheduler is restarted.

This adds self-healing: submit_callable now catches BrokenProcessPool,
shuts down the broken executor, creates a fresh one, and retries the
submission so lineage reporting recovers automatically.

Closes #67283

Report URL: https://github.com/apache/airflow/actions/runs/26359521715

With regards,
GitHub Actions via GitBox


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

Reply via email to