Jiasheng Wang created STORM-1016:
------------------------------------
Summary: 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
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)