jason810496 opened a new pull request, #53167:
URL: https://github.com/apache/airflow/pull/53167

   
   related: #49470
   
   ## What
   
   Backport [Resolve OOM When Reading Large Logs in Webserver #49470](#49470) 
to `v3-0-test` branch.
   
   The only conflict when cherry-pick:
   ```
   Merge Changes
   └── airflow-core/src/airflow
       ├── api_fastapi/core_api/routes/public
       │   └── log.py                   [9+, !]
       ├── utils/log
       │   ├── file_task_handler.py     [4, !]
       │   └── log_reader.py            [!]
   └── providers
       ├── amazon/tests/unit/amazon/aws/log
       │   └── test_cloudwatch_task_handler.py [!]
       ├── elasticsearch/src/airflow/providers/elasticsearch/log
       │   └── es_task_handler.py       [!]
       └── opensearch/src/airflow/providers/opensearch/log
           └── os_task_handler.py      [!]
   ```
   


-- 
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]

Reply via email to