zachliu commented on issue #49887: URL: https://github.com/apache/airflow/issues/49887#issuecomment-2867335186
> Or… could it be this? > > [airflow/task-sdk/src/airflow/sdk/execution_time/supervisor.py](https://github.com/apache/airflow/blob/ef2da6f1efd6606e424964dec2a184a3a8521e27/task-sdk/src/airflow/sdk/execution_time/supervisor.py#L1446) > > Line 1446 in [ef2da6f](/apache/airflow/commit/ef2da6f1efd6606e424964dec2a184a3a8521e27) > > log = structlog.get_logger(logger_name="supervisor") > Getting a logger triggers its creation, and that might create a handle to the log file without closing. (I have no idea, just want to keep all possibilities open.) @uranusjr i commented them out yet `lsof` still keeps growing -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org