[infinispan-issues] [JBoss JIRA] (ISPN-2355) Flag for local affine key at put
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Mon Oct 8 08:06:03 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724650#comment-12724650 ]
Mircea Markus commented on ISPN-2355:
-------------------------------------
Can't you just use L1 for making sure data is available after writing?
I'm not sure how such a flag can be implemented, as it would require (unless I'm missing something) the routing table to be aware of a particular key.
> Flag for local affine key at put
> --------------------------------
>
> Key: ISPN-2355
> URL: https://issues.jboss.org/browse/ISPN-2355
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache
> Affects Versions: 5.2.0.Alpha4
> Reporter: Thomas Fromm
> Assignee: Mircea Markus
> Fix For: 5.2.0.CR1
>
>
> Problem:
> I store data based upon a known key (I can't use key generator) in the distributed cache. Shortly after storing the data will be read/deleted.
> In case store is used, the data are only held on 2 nodes which migh not be the same node, where its created and needed next.
> What I need is some kind of withFlags(Flag.LOCAL_AFFINE).put(...) to make sure, that at least the local node gets owner.
--
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