ashb commented on issue #49887: URL: https://github.com/apache/airflow/issues/49887#issuecomment-2854067874
Does anyone have any reproduction dags that you can share so we can reproduce this? I think that `close_unused_sockets` path is okay (but I have not confirmed as such) since if that doesn't work then the sockets are kept open by the parent, and they never send an EoF and thus the dag processors would fail to break this loop https://github.com/apache/airflow/blob/3198aad1bfd7cbf8b3de56c482dc9d96e00d3a69/task-sdk/src/airflow/sdk/execution_time/supervisor.py#L879 At least that is what my head says right now, but I don't fully trust it yet after a week off. -- 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]
