[
https://issues.apache.org/jira/browse/MESOS-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Chen reassigned MESOS-2358:
-----------------------------------
Assignee: Timothy Chen
> Docker ps opens many file descriptors
> -------------------------------------
>
> Key: MESOS-2358
> URL: https://issues.apache.org/jira/browse/MESOS-2358
> Project: Mesos
> Issue Type: Bug
> Components: docker
> Reporter: Timothy Chen
> Assignee: 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)