[
https://issues.jboss.org/browse/ISPN-2355?page=com.atlassian.jira.plugin....
]
Thomas Fromm commented on ISPN-2355:
------------------------------------
I thought the L1 is only filled at reading data, not at writing. If the putted value is
always available on the local node when L1 enabled, then this would be a proper solution.
Exists there a way to avoid rehashing of this entry? (Since the entry is mostly not needed
on other nodes. :-)
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