[
https://issues.apache.org/jira/browse/FALCON-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379584#comment-15379584
]
ASF GitHub Bot commented on FALCON-2073:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/falcon/pull/223
> Handle with NULL corner cases
> -----------------------------
>
> Key: FALCON-2073
> URL: https://issues.apache.org/jira/browse/FALCON-2073
> Project: Falcon
> Issue Type: Bug
> Reporter: Ying Zheng
> Assignee: Ying Zheng
>
> Coverity scan finds a few places where the return value of an object could be
> NULL but Falcon tries to access its member without handling with the corner
> NULL case. For example, cluster update could run into an error if there is no
> dependent entity for the cluster, see OozieWorkflowEngine::updateDependents:
> {code}
> Set<Entity> affectedEntities =
> EntityGraph.get().getDependents(oldEntity);
> for (Entity affectedEntity : affectedEntities) {
> ......
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)