[infinispan-issues] [JBoss JIRA] Updated: (ISPN-359) Affinity accross caches - static or dynamic
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Mon Mar 8 05:28:58 EST 2010
[ https://jira.jboss.org/jira/browse/ISPN-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-359:
-------------------------------
Fix Version/s: 4.1.0.ALPHA2
4.1.0.Final
Complexity: Medium (was: Low)
> Affinity accross caches - static or dynamic
> -------------------------------------------
>
> Key: ISPN-359
> URL: https://jira.jboss.org/jira/browse/ISPN-359
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache
> Affects Versions: 4.0.0.Final
> Reporter: Tero Heinonen
> Assignee: Manik Surtani
> Fix For: 4.1.0.ALPHA2, 4.1.0.Final
>
>
> Programmable affinity either through:
>
> 1) statically (e.g. annotating a certain field as the key for consistent hashing)
> - in our case this cannot be based on the hashCode() as the affinity requirement and object identity are not directly related
>
> 2) dynamically (e.g. providing a overridable/annotatable consistentHashCode() function)
>
> This would help to assign entities (in multiple Caches), which are needed together in the same nodes (to avoid remote lookups)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list