[
https://issues.apache.org/jira/browse/EAGLE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15445544#comment-15445544
]
ASF GitHub Bot commented on EAGLE-505:
--------------------------------------
GitHub user chitin opened a pull request:
https://github.com/apache/incubator-eagle/pull/399
Eagle505 oozie auditlog parser don't deal with NullPointerException
Eagle505 oozie auditlog parser don't deal with NullPointerException
- add null judgment to avoid NullPointerException.
https://issues.apache.org/jira/browse/EAGLE-505
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chitin/incubator-eagle EAGLE-505
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/399.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 #399
----
commit 2e96f72d07012128d02d0ffae6b545d5a0d2f156
Author: chitin <[email protected]>
Date: 2016-08-29T10:53:05Z
Eagle505 oozie auditlog parser don't deal with NullPointerException
- add null judgment to avoid NullPointerException.
https://issues.apache.org/jira/browse/EAGLE-505
----
> oozie auditlog parser dontn`t deal with NullPointerException
> ------------------------------------------------------------
>
> Key: EAGLE-505
> URL: https://issues.apache.org/jira/browse/EAGLE-505
> Project: Eagle
> Issue Type: Improvement
> Reporter: Lingang Deng
> Assignee: Lingang Deng
> Priority: Minor
>
> entity = parser.parse(logLine); object entity maybe is null.
> It will cause NullPointerException if there is no processing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)