[infinispan-issues] [JBoss JIRA] (ISPN-3051) Allow embedded caches with no local storage (remote/client for embedded caches)

Guillermo GARCIA OCHOA (JIRA) jira-events at lists.jboss.org
Fri May 3 03:40:54 EDT 2013


    [ https://issues.jboss.org/browse/ISPN-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771808#comment-12771808 ] 

Guillermo GARCIA OCHOA commented on ISPN-3051:
----------------------------------------------

Exactly, like _localstorage=false_ in Oracle Coherence or event better like the Coherence *Extend feature (that also exclude the node from the distributed execution env). Check this [link|http://blog.tfanshteyn.com/2009/11/extending-data-grid-localstoragefalse.html] for more info.

*USE CASE*
For example, if you want to use infinispan as integration channel some embedded caches will be part of the channel keeping the data, but others will interact with the channel putting and getting data only (like a client).

*This is exactly what you get using hotrod + _RemoteCache_ but it will be cool to be able to do this also with embedded caches.*

Thanks in advance,
                
> Allow embedded caches with no local storage (remote/client for embedded caches)
> -------------------------------------------------------------------------------
>
>                 Key: ISPN-3051
>                 URL: https://issues.jboss.org/browse/ISPN-3051
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Distributed Cache
>            Reporter: Guillermo GARCIA OCHOA
>            Assignee: Mircea Markus
>
> Some clusters requires to use embedded caches to distributed its data. In the current state, Infinispan does not allow to access this kind of clusters without being a full member of the cluster, 'sharing' memory space and CPU time.
> The requested feature is to allow remote/client cache members in an embedded configuration (like the hotrod _RemoteCache_)
> *SUGGESTION*
> * *For the data:* Exclude marked/flagged hash spaces (nodes) from the consistent hash function.
> * *For remote execution:* is up to you guys ...

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