shoemoney opened a new pull request, #72068:
URL: https://github.com/apache/airflow/pull/72068

   Fixes #71369
   
   Bug: extract_xcom at pod_manager.py:978 does try return extract_xcom_json 
finally extract_xcom_kill. Kill raises PodCommandException on Permission denied 
and replaces successful return, failing task after XCom already read.
   
   Fix: wrap kill in try/except in finally and log warning, so XCom is 
preserved.
   
   Evidence RED->GREEN:
   RED buggy: raised PodCommandException Permission denied, XCom discarded
   GREEN fixed: warning logged, returned {"a": "true"}
   
   No active competing PR (71372 closed unmerged).


-- 
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]

Reply via email to