tirkarthi commented on issue #46048: URL: https://github.com/apache/airflow/issues/46048#issuecomment-2710355051
It looks like some log files are not closed. https://unix.stackexchange.com/questions/66235/how-to-display-open-file-descriptors-but-not-using-lsof-command ``` ls -l 14300/fd/ | grep -i example_assets l-wx------ 1 karthikeyan karthikeyan 64 Mar 10 17:30 122 -> /home/karthikeyan/airflow/logs/scheduler/2025-03-10/example_dags/example_assets.py.log l-wx------ 1 karthikeyan karthikeyan 64 Mar 10 17:31 214 -> /home/karthikeyan/airflow/logs/scheduler/2025-03-10/example_dags/example_assets.py.log l-wx------ 1 karthikeyan karthikeyan 64 Mar 10 17:29 30 -> /home/karthikeyan/airflow/logs/scheduler/2025-03-10/example_dags/example_assets.py.log l-wx------ 1 karthikeyan karthikeyan 64 Mar 10 17:31 306 -> /home/karthikeyan/airflow/logs/scheduler/2025-03-10/example_dags/example_assets.py.log l-wx------ 1 karthikeyan karthikeyan 64 Mar 10 17:31 398 -> /home/karthikeyan/airflow/logs/scheduler/2025-03-10/example_dags/example_assets.py.log ``` -- 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]
