GitHub user mjsax opened a pull request:

    https://github.com/apache/storm/pull/1031

    [storm-core] Added exception for emit to undeclared stream

    `stream->component->grouper` does only contain streams that are not 
consumed. Thus, I add entries for all streams (with key is `streamID` and 
`null` as value) to the computed `HashMap` in `outbound-components`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/storm undeclaredStreams

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1031.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1031
    
----
commit 464da009f4c5a49853147ffb188f9eea2669b3ba
Author: mjsax <[email protected]>
Date:   2016-01-20T17:34:45Z

    [storm-core] Added exception for emit to undeclared stream

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to