[infinispan-issues] [JBoss JIRA] (ISPN-2641) Use RpcManager#getMembers instead of Transport#getMembers if necessary
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Mon Dec 17 04:37:08 EST 2012
[ https://issues.jboss.org/browse/ISPN-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741793#comment-12741793 ]
Adrian Nistor commented on ISPN-2641:
-------------------------------------
I've just spotted 3 wrong usages in ReplicationInterceptor in methods visitPrepareCommand, visitLockControlCommand and retrieveFromRemoteSource.
> Use RpcManager#getMembers instead of Transport#getMembers if necessary
> ----------------------------------------------------------------------
>
> Key: ISPN-2641
> URL: https://issues.jboss.org/browse/ISPN-2641
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Cache
> Affects Versions: 5.2.0.Beta5
> Reporter: Vladimir Blagojevic
> Assignee: Mircea Markus
> Fix For: 5.2.0.Final
>
>
> Recently we have added RpcManager#getMembers method which returns cache members rather that entire cluster members returned by Transport#getMembers. We should review the entire codebase very carefully and replace instances of Transport#getMembers with RpcManager#getMembers if necessary.
--
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