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 2016/08/11 15:23:20 UTC

[jira] [Commented] (STORM-1913) Additions and Improvements for Trident RAS API

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

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

GitHub user knusbaum opened a pull request:

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

    STORM-1913: Additions and Improvements for Trident RAS API

    This is just a backport of STORM-1913 (#1500) to the 1.x branch.


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

    $ git pull https://github.com/knusbaum/incubator-storm 1.x-STORM-1913

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

    https://github.com/apache/storm/pull/1620.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 #1620
    
----
commit c5cf73b9078176482d273907c79ca8e9a1e85498
Author: Kyle Nusbaum <ky...@gmail.com>
Date:   2016-06-17T17:59:06Z

    Improvements for Trident RAS API.

----


> Additions and Improvements for Trident RAS API
> ----------------------------------------------
>
>                 Key: STORM-1913
>                 URL: https://issues.apache.org/jira/browse/STORM-1913
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Kyle Nusbaum
>            Assignee: Kyle Nusbaum
>             Fix For: 2.0.0
>
>
> Trident's RAS API does not honor the following config values:
> {code}
> topology.component.resources.onheap.memory.mb
> topology.component.resources.offheap.memory.mb
> topology.component.cpu.pcore.percent
> {code}
> Trident does not receive the user's config as part of its builder API, so it does not know the value of these. Instead of altering the existing API (we want to remain backwards-compatible), add some new methods for dealing with this.
> There is also currently no way to set the master coord spouts' resources. 



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