Jimin Park created AIRFLOW-5098:
-----------------------------------
Summary: Add fileno() method in StreamLogWriter class
Key: AIRFLOW-5098
URL: https://issues.apache.org/jira/browse/AIRFLOW-5098
Project: Apache Airflow
Issue Type: Bug
Components: DagRun
Affects Versions: 1.10.3
Reporter: Jimin Park
While running an Airflow task that uses the Ray framework
([https://github.com/ray-project/ray]), the code eventually calls the method in
/airflow/utils/log/logging_mixin.py.
Ray tries to call a method called fileno() in the StreamLogWriter class. An
exception is thrown because there is no such method in this class. Properly
implemented fileno() method should be added.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)