[
https://issues.apache.org/jira/browse/IGNITE-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450772#comment-15450772
]
ASF GitHub Bot commented on IGNITE-3699:
----------------------------------------
GitHub user amirakhmedov opened a pull request:
https://github.com/apache/ignite/pull/1011
`IGNITE-3699: CreatedExpiryPolicy doesn't work if entry is loaded from…
… store
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amirakhmedov/ignite IGNITE-3699
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1011.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 #1011
----
commit 431bdb068604f1809573bb6526fbdfb09af01cdd
Author: Amir Akhmedov <[email protected]>
Date: 2016-08-31T01:37:44Z
IGNITE-3699: CreatedExpiryPolicy doesn't work if entry is loaded from store
----
> CreatedExpiryPolicy doesn't work if entry is loaded from store
> --------------------------------------------------------------
>
> Key: IGNITE-3699
> URL: https://issues.apache.org/jira/browse/IGNITE-3699
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.7
> Reporter: Valentin Kulichenko
> Assignee: Amir Akhmedov
> Fix For: 1.8
>
> Attachments: LoadWithExpiryTest.java
>
>
> According to JCache spec, {{ExpiryPolicy.getExpiryForCreation()}} must be
> triggered on {{get()}} operation if the entry is loaded from the store.
> Currently this is not happening.
> Test reproducing the issue is attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)