[
https://issues.apache.org/jira/browse/IGNITE-7972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16435689#comment-16435689
]
ASF GitHub Bot commented on IGNITE-7972:
----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/3810
IGNITE-7972: Fixed NPE in TTL manager on unwindEvicts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7972
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3810.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 #3810
----
----
> NPE in TTL manager.
> -------------------
>
> Key: IGNITE-7972
> URL: https://issues.apache.org/jira/browse/IGNITE-7972
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.3
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Priority: Major
> Fix For: 2.5
>
> Attachments: npe.log
>
>
> TTL manager can try to evict expired entries on cache that wasn't initialized
> yet due to a race.
> This lead to NPE in unwindEvicts method.
> PFA stacktrace.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)