You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Stephen Powis (JIRA)" <ji...@apache.org> on 2017/05/25 17:36:04 UTC

[jira] [Created] (STORM-2533) Visualization API returns "spout" for system components

Stephen Powis created STORM-2533:
------------------------------------

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


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.3.15#6346)