[infinispan-issues] [JBoss JIRA] (ISPN-694) Create expiration notification for in-memory cache entries
William Burns (JIRA)
issues at jboss.org
Thu Apr 3 07:31:13 EDT 2014
[ https://issues.jboss.org/browse/ISPN-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958858#comment-12958858 ]
William Burns commented on ISPN-694:
------------------------------------
[~dan.berindei] I agree, I was referring to the case when you do a get on one of the owner nodes it will only refresh that owner's max idle at that time since it doesn't go remote. In this case the other node could time out early. And then if another non owner does a get or even that other owner the get could return null when the value is present.
> Create expiration notification for in-memory cache entries
> ----------------------------------------------------------
>
> Key: ISPN-694
> URL: https://issues.jboss.org/browse/ISPN-694
> Project: Infinispan
> Issue Type: Feature Request
> Components: Eviction
> Environment: any
> Reporter: Edouard Boily
> Assignee: Galder Zamarreño
> Attachments: 01.patch
>
>
> Create a CacheEntryExpired notification and make EvictionManager send this notification when a cache entry is evicted because it is expired.
> Also mage sure the cache entry value is sent over in the event.
> CacheEntryEvicted notification should also send the entry value in the event.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list