Timothy Chen created MESOS-1885:
-----------------------------------
Summary: Docker ps abstraction hangs on large amount of containers
Key: MESOS-1885
URL: https://issues.apache.org/jira/browse/MESOS-1885
Project: Mesos
Issue Type: Bug
Reporter: Timothy Chen
Assignee: Timothy Chen
Calling the docker ps abstraction hangs forever, as it always wait for the
docker ps command to finish before reading the piped output. However with a
large amount of containers, the ps output exceeds the pipe buffer and blocks
until it is being read, therefore it deadlocks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)