[
https://issues.apache.org/jira/browse/STORM-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Joseph Evans resolved STORM-2533.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Thanks [~kabhwan],
I merged this into master.
> Visualization API returns "spout" for system components
> -------------------------------------------------------
>
> Key: STORM-2533
> URL: https://issues.apache.org/jira/browse/STORM-2533
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 2.0.0
> Reporter: Stephen Powis
> Assignee: Jungtaek Lim
> Fix For: 2.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Hitting the visualization api end point (
> /api/v1/topology/TOPOLOGY-ID/visualization ) returns system components
> labeled as spouts. These should not be labeled as spouts, but instead
> 'system' or some other more appropriate label.
> See the following example response:
> {code}
> {
> ...
> "__system": {
> ":type": "spout",
> ...
> },
> "__acker": {
> ":type": "spout",
> ...
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)