[infinispan-issues] [JBoss JIRA] (ISPN-5631) NearCache: ability di wait for other Java HotRod clients to invalidate lazy near cache on remove
Enrico Olivelli (JIRA)
issues at jboss.org
Wed Mar 23 07:58:00 EDT 2016
[ https://issues.jboss.org/browse/ISPN-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181164#comment-13181164 ]
Enrico Olivelli commented on ISPN-5631:
---------------------------------------
Any news on this issue, isn't it interesting for other users ?
> NearCache: ability di wait for other Java HotRod clients to invalidate lazy near cache on remove
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-5631
> URL: https://issues.jboss.org/browse/ISPN-5631
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 7.2.3.Final
> Environment: Java hotrod client/server
> Reporter: Enrico Olivelli
> Labels: hotrod-java-client
>
> When a Java HotRod client invalidates (remove) an entry it is possibile that this action is not propagated with enough speed to other clients due to the async nature of event notifcations used by NearCache, an so it is possibile that another client looks up a stale entry from its near cache.
> A typical "writer client" scenario is:
> - update the database and commit the transaction
> - invalidate the entry which represents the updated (only a "remove")
> The "reader" procedure is:
> - lookup in the cache (nearcache, backed by the remote Infinispan cluster)
> - in case of "cache miss" perform a lookup on the database and write the entry in the cache
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list