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)