-
Bug
-
Resolution: Done
-
Major
-
3.2.4
-
None
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.