[jboss-jira] [JBoss JIRA] Commented: (JBAS-4614) UnifiedInvokerHAProxy does not implement InvokerProxyHA
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jun 18 11:51:37 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-4614?page=comments#action_12417817 ]
Brian Stansberry commented on JBAS-4614:
----------------------------------------
I mentioned that this bug "does reduce the robustness of the proxy". Should also mention that it can significantly impact load balancing, since the first request made by a proxy will load balance using an outdated set of targets.
> UnifiedInvokerHAProxy does not implement InvokerProxyHA
> -------------------------------------------------------
>
> Key: JBAS-4614
> URL: http://jira.jboss.com/jira/browse/JBAS-4614
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: JBossAS-4.2.1.GA, JBossAS-4.2.0.GA, JBossAS-5.0.0.Beta2, JBossAS-4.0.5.GA
> Reporter: Brian Stansberry
> Assigned To: Galder Zamarreno
> Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.2.GA
>
>
> UnifiedInvokerHAProxy does not implement InvokerProxyHA. Because of this, ProxyFactoryHA will not update a unified invoker proxy's target list when it gets a notification of a cluster topology change. Effect is a client downloading the proxy will always get the set of targets available when the proxy was created.
> Usually the downloaded proxy will also have at least one valid target (the one for the node that created the proxy.) As soon as the client makes an invocation, the server will detect they have a stale view and piggyback the current targets with the response. So, this bug is not very likely to cause an invocation failure, but it does reduce the robustness of the proxy.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list