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

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

GitHub user knusbaum reopened 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.
    I'm not sure this actually needs a PR, but since it's been a while since 
#1500 was merged, I'll put one up anyway.

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 <[email protected]>
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)

Reply via email to