[
https://issues.apache.org/jira/browse/IGNITE-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337616#comment-16337616
]
ASF GitHub Bot commented on IGNITE-7512:
----------------------------------------
GitHub user skalashnikov opened a pull request:
https://github.com/apache/ignite/pull/3429
IGNITE-7512: fixed NPE when entry processor removes entry and queries…
… are enabled on cache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7512
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3429.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 #3429
----
commit 0338e523f1e138d0acace141083258cdbdb8647d
Author: skalashnikov <skalashnikov@...>
Date: 2018-01-24T13:59:39Z
IGNITE-7512: fixed NPE when entry processor removes entry and queries are
enabled on cache.
----
> Variable updated should be checked for null before invocation of
> ctx.validateKeyAndValue(entry.key(), updated) in
> GridDhtAtomicCache.updateWithBatch
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-7512
> URL: https://issues.apache.org/jira/browse/IGNITE-7512
> Project: Ignite
> Issue Type: Bug
> Reporter: Evgenii Zhuravlev
> Assignee: Sergey Kalashnikov
> Priority: Major
>
> Or it could lead to the NPE
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)