[
https://issues.apache.org/jira/browse/STORM-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960687#comment-16960687
]
Eduardo Pinto commented on STORM-3211:
--------------------------------------
Thanks for the help [~srdo]. I just opened a MR to fix this. I'm starting with
these smaller issues to get more comfortable with the codebase.
> WindowedBoltExecutor NPE if wrapped bolt returns null from
> getComponentConfiguration
> ------------------------------------------------------------------------------------
>
> Key: STORM-3211
> URL: https://issues.apache.org/jira/browse/STORM-3211
> Project: Apache Storm
> Issue Type: Task
> Components: storm-client, storm-core
> Affects Versions: 2.0.0, 1.2.2
> Reporter: Stig Rohde Døssing
> Priority: Major
> Labels: newbie, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code}
> Exception in thread "main" java.lang.NullPointerException
> at
> org.apache.storm.topology.WindowedBoltExecutor.declareOutputFields(WindowedBoltExecutor.java:309)
> at
> org.apache.storm.topology.TopologyBuilder.getComponentCommon(TopologyBuilder.java:432)
> at
> org.apache.storm.topology.TopologyBuilder.createTopology(TopologyBuilder.java:120)
> at Main.main(Main.java:23)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)