You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by reed-sandberg <gi...@git.apache.org> on 2018/03/30 21:21:29 UTC

[GitHub] ignite pull request #3726: IGNITE-6815 NPE when using expiry policy

GitHub user reed-sandberg opened a pull request:

    https://github.com/apache/ignite/pull/3726

    IGNITE-6815 NPE when using expiry policy

    
    * storeLoadedVal needs to be set at each branch of these conditionals
      or NPE in inevitible.
    
    
    A recent update on this Jira says a related patch is available from:
    https://issues.apache.org/jira/browse/IGNITE-5874
    
    but this is a bit different - has been running in production successfully at our site with this fix.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/reed-sandberg/ignite rsandberg/IGNITE-6815-expiry-npe

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3726.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 #3726
    
----
commit 181ec8d2ec928e0ceee418fc16c6148a2c1feea4
Author: Reed Sandberg <re...@...>
Date:   2018-02-07T23:02:05Z

    IGNITE-6815 NPE when using expiry policy
    
    * storeLoadedVal needs to be set at each branch of these conditionals
      or NPE in inevitible.

----


---

[GitHub] ignite pull request #3726: IGNITE-6815 NPE when using expiry policy

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/3726


---