[
https://issues.apache.org/jira/browse/MESOS-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Chen closed MESOS-1885.
-------------------------------
commit 54ad73e1adb22fd84fdd1dfb5c28175f743d1960
Author: Timothy Chen <[email protected]>
Date: Sat Oct 11 16:40:08 2014 -0700
Perform read right after subprocess for docker ps.
Perform read right after subprocess for docker ps.
Review: https://reviews.apache.org/r/26487
> 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
> Labels: docker
>
> 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)