You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/09/30 03:03:04 UTC

[jira] [Updated] (STORM-1016) Generate trident bolt ids with sorted group names

     [ https://issues.apache.org/jira/browse/STORM-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-1016:
--------------------------------
    Component/s: storm-core

> Generate trident bolt ids with sorted group names
> -------------------------------------------------
>
>                 Key: STORM-1016
>                 URL: https://issues.apache.org/jira/browse/STORM-1016
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Jiasheng Wang
>
> In genBoltId() method of TridentTopology, groups are stored in HashSet. 
> So everytime I submit my trident topology, I get different id for my component.
> For example, this time my bolt ids are (b-0-abc, b-1-def), next time they are (b-1-abc, b-0-def). 
> It makes harder for users to track their metrics, and the bolt names in UI are changing too.



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