[jboss-jira] [JBoss JIRA] (JGRP-1656) RELAY2: Requester ignores remote sites members responses

Bela Ban (JIRA) jira-events at lists.jboss.org
Tue Jul 16 09:17:26 EDT 2013


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

Bela Ban commented on JGRP-1656:
--------------------------------

Might be worth experimenting: if you somehow got the addresses of C and D, you could pass A,B,C,D instead of null as the destination of the blocking RPC and might get the behavior you want...
                
> RELAY2: Requester ignores remote sites members responses
> --------------------------------------------------------
>
>                 Key: JGRP-1656
>                 URL: https://issues.jboss.org/browse/JGRP-1656
>             Project: JGroups
>          Issue Type: Bug
>    Affects Versions: 3.3.3
>            Reporter: Karim AMMOUS
>            Assignee: Bela Ban
>             Fix For: 3.4
>
>
> Let's:
> - A and B two members from site LON
> - C and D two members from site NYC
> - B and C are site masters
> A sends an RPC request (RpcDispacther.callRemoteMethods) to all members (dest=null) and blocks (RspMode.GET_ALL) until receiving all responses. We expect 4 responses, but only 2 responses are recovered into RspList.
> According to tests with low level traces, remote site responses have been sent back, relayed by site masters and reached the requester, but response collector at requester side (GroupRequest) ignored them.

--
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 jboss-jira mailing list