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 <reed.sandberg@...> 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. ---- ---