[jboss-jira] [JBoss JIRA] (JGRP-1560) UnicastRequest.siteUnreachable does not check if targets the site which is down
Radim Vansa (JIRA)
jira-events at lists.jboss.org
Thu Jan 3 10:09:08 EST 2013
[ https://issues.jboss.org/browse/JGRP-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Vansa updated JGRP-1560:
------------------------------
Description: When {{RequestCorrelator}} holds several unicast requests to different sites and one of the sites becomes unreachable, it sets responses in all requests to unreachable. This is caused by {{UnicastRequest.siteUnreachable(short site)}} which checks that the target is a {{SiteAddress}} but not that the site in this address matches the unreachable site from the method argument. (was: When {{RequestCorrelator}} holds several unicast requests to different sites and one of the sites becomes unreachable, it sets responses in all request to unreachable. This is caused by {{UnicastRequest.siteUnreachable(short site)}} which checks that the target is a {{SiteAddress}} but not that the site in this address matches the unreachable site from the method argument.)
> UnicastRequest.siteUnreachable does not check if targets the site which is down
> -------------------------------------------------------------------------------
>
> Key: JGRP-1560
> URL: https://issues.jboss.org/browse/JGRP-1560
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.2.4
> Reporter: Radim Vansa
> Assignee: Bela Ban
>
> When {{RequestCorrelator}} holds several unicast requests to different sites and one of the sites becomes unreachable, it sets responses in all requests to unreachable. This is caused by {{UnicastRequest.siteUnreachable(short site)}} which checks that the target is a {{SiteAddress}} but not that the site in this address matches the unreachable site from the method argument.
--
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