Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 1.2.2
Description
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)
Attachments
Issue Links
- links to
Activity
ASF GitHub Bot
logged work - 02/Nov/19 09:25
-
- Time Spent:
- 10m
-
srdo commented on pull request #3156:
STORM-3211: Fix NPE in WindowedBoltExecutor on getComponentConfiguration
URL: https://github.com/apache/storm/pull/3156
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
ASF GitHub Bot
logged work - 28/Oct/19 16:48
-
- Time Spent:
- 10m
-
srdo commented on issue #3156:
STORM-3211: Fix NPE in WindowedBoltExecutor on getComponentConfiguration
URL: https://github.com/apache/storm/pull/3156#issuecomment-547039658
+1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
ASF GitHub Bot
logged work - 27/Oct/19 22:33
-
- Time Spent:
- 10m
-
efgpinto commented on pull request #3156:
STORM-3211: Fix NPE in WindowedBoltExecutor on getComponentConfiguration
URL: https://github.com/apache/storm/pull/3156
Avoid NPE in WindowedBoltExecutor when the wrapped bolt returns a null configuration.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org