You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/04/06 20:18:25 UTC

[jira] [Commented] (MESOS-4891) Add a '/containers' endpoint to the agent to list all the active containers.

    [ https://issues.apache.org/jira/browse/MESOS-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228802#comment-15228802 ] 

Jie Yu commented on MESOS-4891:
-------------------------------

commit 4e86a8c1cc0c10ce53a5b79c13114143da9b0498
Author: Jay Guo <gu...@cn.ibm.com>
Date:   Wed Apr 6 09:29:23 2016 -0700

    Migrate /monitor/statistics and /monitor/statistics.json to slave.
    
    These two endpoints and their underlying logics are moved from
    ResourceMonitorProcess to slave process. ResourceMonitor is removed.
    
    Review: https://reviews.apache.org/r/45381/

commit 28e5c1c55b5f537ad0a60dcaa0d2a70e447515ce
Author: Jay Guo <gu...@cn.ibm.com>
Date:   Wed Apr 6 09:29:19 2016 -0700

    Change RateLimiter::acquire() to be const.
    
    In some cases, RateLimiter is wrapped in Shared<> which enforces
    const access of object. We want to avoid const_cast.
    
    Review: https://reviews.apache.org/r/45794/

> Add a '/containers' endpoint to the agent to list all the active containers.
> ----------------------------------------------------------------------------
>
>                 Key: MESOS-4891
>                 URL: https://issues.apache.org/jira/browse/MESOS-4891
>             Project: Mesos
>          Issue Type: Improvement
>          Components: slave
>            Reporter: Jie Yu
>            Assignee: Jay Guo
>              Labels: mesosphere
>
> This endpoint will be similar to /monitor/statistics.json endpoint, but it'll also contain the 'container_status' about the container (see ContainerStatus in mesos.proto). We'll eventually deprecate the /monitor/statistics.json endpoint.



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