You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/10/02 22:09:26 UTC

[jira] [Created] (CRUNCH-567) close() triggers NPE if initialize() fails in 2 classes

Sean Owen created CRUNCH-567:
--------------------------------

             Summary: close() triggers NPE if initialize() fails in 2 classes
                 Key: CRUNCH-567
                 URL: https://issues.apache.org/jira/browse/CRUNCH-567
             Project: Crunch
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.12.0
            Reporter: Sean Owen
            Assignee: Josh Wills
            Priority: Trivial


Quite trivial, but just noticed this on a customer project: in AvroRecordReader and HFileInputFormat, close() closes a reader object. However it will be null if initialize() is never called or fails to complete normally, generating an NPE. It ends up being an issue since their close() is called in some kind of finally block at some point.

Attaching a patch for now but do we do pull requests here now instead?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)