JH-A-Kim commented on code in PR #68106:
URL: https://github.com/apache/airflow/pull/68106#discussion_r3384486141


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -542,66 +526,33 @@ def _handle_request(self, msg: ToTriggerSupervisor, log: 
FilteringBoundLogger, r
                     except Exception:
                         log.exception("Failed to upload trigger logs to 
remote", trigger_id=id)
                     finally:
-                        # Close the FD explicitly even if upload raised, 
otherwise the file
-                        # handle leaks for every failed upload.

Review Comment:
   Got it! resolved in commit 4c5751a2aec7f0cde240ac910cf4bc2691d99f47
   Thank you!



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