zachliu commented on PR #50730:
URL: https://github.com/apache/airflow/pull/50730#issuecomment-2894641248

   unfortunately this doesn't fix the small memory leak. i understand you are 
trying to properly cleanup everything upon the failure of 
`DagFileProcessorProcess.start()`, but it seems the leak doesn't come from file 
handles here
   
   to make sure everyone is on the same page. in 
https://github.com/apache/airflow/issues/50708, i meant whether 
`DagFileProcessorProcess.start()` failed or not, the memory always leaked. my 
guess is the leak point is somewhere among the initialization steps. possibly 
`airflow/__init__.py`


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