[
https://jira.jboss.org/jira/browse/JBAS-4963?page=com.atlassian.jira.plug...
]
Brian Stansberry updated JBAS-4963:
-----------------------------------
Fix Version/s: JBossAS-6.0.0.M2
(was: Backlog)
Assignee: Brian Stansberry (was: Galder Zamarreno)
Assigning to myself for M2 as there is a possibility JRMP and pooled invokers will be
removed. So I want to be sure any correct behavior in those that's missing in unified
gets applied before the classes disappear into svn history.
invocationHasReachedAServer calls within exception handling vary from
UnifiedInvokerHAProxy to JRMPInvokerProxyHA
-----------------------------------------------------------------------------------------------------------------
Key: JBAS-4963
URL:
https://jira.jboss.org/jira/browse/JBAS-4963
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering
Affects Versions: JBossAS-4.2.2.GA, JBossAS-5.0.0.Beta3
Reporter: Galder Zamarreno
Assignee: Brian Stansberry
Priority: Minor
Fix For: JBossAS-6.0.0.M2
Exception handling is different between JRMPInvokerProxyHA and
UnifiedInvokerHAProxy when it comes to, at least, calls to
invocationHasReachedAServer():
1.- JRMPInvokerProxyHA
Exception handling that does not lead to invocationHasReachedAServer() being called:
* java.net.ConnectException
* java.net.UnknownHostException
* java.rmi.ConnectException
* java.rmi.ConnectIOException
* java.rmi.NoSuchObjectException
* java.rmi.UnknownHostException
* GenericClusteringException.NO
Exception handling that leads to invocationHasReachedAServer() being called:
* GenericClusteringException.YES
* java.rmi.ServerException
* java.lang.Exception
2.- UnifiedInvokerHAProxy
Exception handling that does not lead to invocationHasReachedAServer() being called:
* org.jboss.remoting.CannotConnectException
* GenericClusteringException.NO
* java.rmi.RemoteException
* java.lang.Throwable
Exception handling that leads to invocationHasReachedAServer() being called:
* GenericClusteringException.YES
This JIRA tracks discussions to clarify the correctness of UnifiedInvokerHAProxy and any
potential coding required.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira