You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "zhangjinlong (JIRA)" <ji...@apache.org> on 2014/11/13 10:19:33 UTC

[jira] [Comment Edited] (STORM-554) the "get-task-object" function in task.clj,the type of first param "topology" should be ^StormTopology not ^TopologyContext

    [ https://issues.apache.org/jira/browse/STORM-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209525#comment-14209525 ] 

zhangjinlong edited comment on STORM-554 at 11/13/14 9:18 AM:
--------------------------------------------------------------

(defn- get-task-object [^TopologyContext topology component-id] ... ... )

i think the type of param topology is StormTopology not TopologyContext


was (Author: zhangjinlong):
(defn- get-task-object [^TopologyContext topology component-id] ... ... )

i think the type of param topology is StormTopology not TopologyContext

https://github.com/apache/storm/pull/312/files

> the "get-task-object" function in task.clj,the type of first param "topology" should be ^StormTopology not ^TopologyContext
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: STORM-554
>                 URL: https://issues.apache.org/jira/browse/STORM-554
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.3-rc2
>            Reporter: zhangjinlong
>            Assignee: zhangjinlong
>             Fix For: 0.9.3-rc2
>
>
> Update "get-task-object" function, change the type of first param "topology" from ^TopologyContext to ^StormTopology



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