[infinispan-issues] [JBoss JIRA] (ISPN-2355) Flag for local affine key at put

Thomas Fromm (JIRA) jira-events at lists.jboss.org
Fri Sep 28 05:48:03 EDT 2012


Thomas Fromm created ISPN-2355:
----------------------------------

             Summary: 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


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