[
https://issues.apache.org/jira/browse/PHOENIX-4662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411936#comment-16411936
]
Hudson commented on PHOENIX-4662:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1817 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/1817/])
PHOENIX-4662 Avoid NPE when server-caches are null (Csaba Skrabak) (elserj: rev
e3889e2c1c9f935f1d304b4592e751b10035acc9)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/TableResultIterator.java
> NullPointerException in TableResultIterator.java on cache resend
> ----------------------------------------------------------------
>
> Key: PHOENIX-4662
> URL: https://issues.apache.org/jira/browse/PHOENIX-4662
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.12.0
> Reporter: Csaba Skrabak
> Assignee: Csaba Skrabak
> Priority: Major
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-4662.patch
>
>
> In the fix for PHOENIX-4010, there is a potential null dereference. Turned
> out when we ran a previous version of HashJoinIT with PHOENIX-4010 backported.
> The caches field is initialized to null and may be dereferenced after
> "Retrying when Hash Join cache is not found on the server ,by sending the
> cache again".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)