[
https://issues.apache.org/jira/browse/STORM-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14035612#comment-14035612
]
ASF GitHub Bot commented on STORM-66:
-------------------------------------
Github user revans2 commented on the pull request:
https://github.com/apache/incubator-storm/pull/34#issuecomment-46426580
@tuxpiper Do you have an account at http://issues.apache.org/jira ? I am
trying to cleanup all of the jira so far, and would like to give you credit for
your contribution there, but I am having trouble finding an account that
matches your github profile. If you don't really care that is fine I can leave
it blank.
> taskId not sent to spout on initial handshake
> ---------------------------------------------
>
> Key: STORM-66
> URL: https://issues.apache.org/jira/browse/STORM-66
> Project: Apache Storm (Incubating)
> Issue Type: Improvement
> Reporter: James Xu
> Fix For: 0.9.3-incubating
>
>
> https://github.com/nathanmarz/storm/issues/645
> Contrary to the multilang protocol specification, storm does not send the
> taskId of the spout as part of the topology context.
> What is expected:
> "context": {
> "task->component": {
> "1": "example-spout",
> "2": "__acker",
> "3": "example-bolt"
> },
> "taskid": 3
> },
> What was provided:
> "context":{
> "task->component":{
> "1":"__acker",
> "2":"filter",
> "3":"filter",
> "4":"spout",
> "5":"spout",
> "6":"test"}
> }
> As is apparent, the taskId is not provided.
--
This message was sent by Atlassian JIRA
(v6.2#6252)