You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jimin Park (JIRA)" <ji...@apache.org> on 2019/08/02 10:35:00 UTC

[jira] [Created] (AIRFLOW-5098) Add fileno() method in StreamLogWriter class

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)