The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/coordinator/dag-bundle-name has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
bbfbb5bda403495db984af4e7f0060331bd009ce / LIU ZHE YOU <[email protected]>
Harden subprocess coordinator artifact bundle resolution

Language-SDK subprocess coordinators materialized artifact bundles without
the version-lock protection the Python task path holds, so bundle cleanup
could delete a version a running JVM was still reading from, and an
unversioned resolution scanned a shared mutable checkout a concurrent task
could reset. Resolution now re-pins to a concrete bundle version and holds
the version lock for the subprocess lifetime, and materialization failures
surface in the task log rather than the worker log.

Classification moves to the base coordinator so a subclass that adds no
explicit-root kwarg falls back to the task-bundle default instead of failing
every task, the Java coordinator now requires an explicit entrypoint when it
has to scan a whole bundle, and configured-bundle lookup checks names only so
an unrelated unimportable bundle no longer breaks coordinator construction.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to