You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Timothy Chen (JIRA)" <ji...@apache.org> on 2015/02/17 18:57:11 UTC

[jira] [Created] (MESOS-2358) Docker ps opens many file descriptors from

Timothy Chen created MESOS-2358:
-----------------------------------

             Summary: Docker ps opens many file descriptors from 
                 Key: MESOS-2358
                 URL: https://issues.apache.org/jira/browse/MESOS-2358
             Project: Mesos
          Issue Type: Bug
          Components: docker
            Reporter: Timothy Chen


Docker containerizer currently calls docker ps in various places, but usually on recover it tries to look at all the containers that is running or stopped, and in parallel open docker inspect on each.

When the ulimit is small and the containers that exist is huge, it can run over the file limit. 

We need to be more careful around this and do paging in getting information.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)