You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/29 20:05:27 UTC

[jira] [Commented] (STORM-1144) Display requested and assigned cpu/mem resources for schedulers in UI

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

ASF GitHub Bot commented on STORM-1144:
---------------------------------------

GitHub user zhuoliu opened a pull request:

    https://github.com/apache/storm/pull/829

    [STORM-1144] Provide resource (mem/cpu) assign feedback for schedulers in UI

    1. Calculate the requested and assigned onheap memory, offheap memory and CPU.
    2. Add data structures and REST api to support these resources in topo-info, topo-summary, topo-page-info, cluster, core, nimbus.
    3. Display assigned cpu/mem at the index page, and show more details about the requested and assigned resources at each topology page.
    4. Adjust the items shown on UI (delete topoId item, exclude topoId from schedulerInfo)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhuoliu/storm 1144

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/829.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #829
    
----
commit 70f455f133db1c015999d1748fa778dacefc7684
Author: zhuol <zh...@yahoo-inc.com>
Date:   2015-10-29T18:55:55Z

    [STORM-1144] Display resource usage in UI

commit abf9f286270f173f3f1d2c100f5d6ed2bb2dd52a
Author: zhuol <zh...@yahoo-inc.com>
Date:   2015-10-29T19:03:17Z

    Update the thrift java files

----


> Display requested and assigned cpu/mem resources for schedulers in UI
> ---------------------------------------------------------------------
>
>                 Key: STORM-1144
>                 URL: https://issues.apache.org/jira/browse/STORM-1144
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Zhuo Liu
>            Assignee: Zhuo Liu
>
> For CPU/Mem resource-aware schedulers, it is important for us to provide the feedback information about how much resources (onheap memory, offheap memory and CPU) have been requested by user and assigned by scheduler for each topology, on the UI pages.
> Tasks:
> 1. Calculate the requested and assigned onheap memory, offheap memory and CPU in resource-aware scheduler.
>  2. Add data structures and REST api to support these resources in topo-info, topo-summary, topo-page-info, cluster, core, nimbus.
>  3. Display assigned cpu/mem at the index page, and show more details about the requested and assigned resources at each topology page.
>  4. Adjust the items shown on UI (delete topoId item, exclude topoId from schedulerInfo). Update the restful API doc.



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