You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/03/04 15:27:32 UTC

[airflow] branch main updated: Update min version of python-deamon to fix containerd file limits (#29916)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c8cc49af2d Update min version of python-deamon to fix containerd file limits (#29916)
c8cc49af2d is described below

commit c8cc49af2d011f048ebea8a6559ddd5fca00f378
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Mar 4 16:27:20 2023 +0100

    Update min version of python-deamon to fix containerd file limits (#29916)
    
    Recent change in the new containerd causes memory exhaution as
    huge amount of memory were used by python-daemon when starting,
    thus running Airflow in Docker for multiple OS-es using the new
    containerd was impossible without implementing some workarounds.
    
    Python daemon fix has been released in 3.0.0 version in response to
    https://pagure.io/python-daemon/issue/72 and we should add min
    version for the package to make sure the new version is used.
    
    Fixes: #29841
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index ec9a5c8bd4..c4cb3f0809 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -121,7 +121,7 @@ install_requires =
     psutil>=4.2.0
     pygments>=2.0.1
     pyjwt>=2.0.0
-    python-daemon>=2.2.4
+    python-daemon>=3.0.0
     python-dateutil>=2.3
     python-nvd3>=0.15.0
     python-slugify>=5.0