[infinispan-issues] [JBoss JIRA] (ISPN-2564) Send distributed tasks to cache members rather than the entire cluster

Dan Berindei (JIRA) jira-events at lists.jboss.org
Mon Dec 10 17:23:17 EST 2012


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

Dan Berindei commented on ISPN-2564:
------------------------------------

Sorry Vladimir, I meant to say I know what should be done but I don't have a solution ready.

I think we should have a RpcManagerImpl.getMembers() method that uses StateTransferManager.getCacheTopology().getMembers(), and all the cache-level stuff that currently uses Transport.getMembers() should use RpcManagerImpl.getMembers() instead.
                
> Send distributed tasks to cache members rather than the entire cluster
> ----------------------------------------------------------------------
>
>                 Key: ISPN-2564
>                 URL: https://issues.jboss.org/browse/ISPN-2564
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core API
>    Affects Versions: 5.2.0.Beta4
>            Reporter: Vladimir Blagojevic
>            Assignee: Vladimir Blagojevic
>             Fix For: 5.2.0.CR1, 5.2.0.Final
>
>
> Currently our codebase relies on the cache views to be equal to entire cluster, however, this might not be the case due to asymmetric cluster; certain cache instances running only on particular Infinispan nodes. We have to make sure that cache views, if needed are scoped properly to particular cache rather than entire cluster

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