[
https://issues.apache.org/jira/browse/STORM-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Zowalla closed STORM-4018.
----------------------------------
Resolution: Fixed
> Wrong order of the params in Storm API resource
> -----------------------------------------------
>
> Key: STORM-4018
> URL: https://issues.apache.org/jira/browse/STORM-4018
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Harish Madineni
> Assignee: Richard Zowalla
> Priority: Major
> Fix For: 2.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [https://github.com/apache/storm/blob/master/storm-webapp/src/main/java/org/apache/storm/daemon/ui/resources/StormApiResource.java#L551]
> Wrong order of the params
> {noformat}
> UIHelpers.putTopologyDebugActionSpct(
> nimbusClient.getClient(), id, component, action,
> spct
> ),{noformat}
> where as it should be as
> {noformat}
> UIHelpers.putTopologyDebugActionSpct(
> nimbusClient.getClient(), id, action, spct, component
> ){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)