You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Kyle Nusbaum (JIRA)" <ji...@apache.org> on 2016/06/17 17:39:05 UTC

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

Kyle Nusbaum created STORM-1913:
-----------------------------------

             Summary: 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


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)