ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

StageletFailureEvent throws NullPointerException #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running the word count example with a non-existent input file should cause the 
job to fail.  Instead, a NullPointerException in StageletFailureEvent prevents 
the error from propagating properly.

hyracks.control.cc.job.manager.events.StageletFailureEvent will always throw a 
NullPointerException because it uses an empty HashMap for a node map instead of 
ClusterControllerService.getNodeMap().

Original issue reported on code.google.com by jodarose...@gtempaccount.com on 14 Jul 2011 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in dev_next

Original comment by vinay...@gmail.com on 30 Nov 2011 at 8:31