[
http://jira.jboss.com/jira/browse/JBAS-4951?page=all ]
Brian Stansberry reassigned JBAS-4951:
--------------------------------------
Assignee: Galder Zamarreno (was: Brian Stansberry)
Galder, since you're doing all sorts of stuff in this class, can you fix this one?
Retry debug message within UnifiedInvokerHAProxy.invoke() is
misleading
-----------------------------------------------------------------------
Key: JBAS-4951
URL:
http://jira.jboss.com/jira/browse/JBAS-4951
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering
Affects Versions: JBossAS-5.0.0.Beta2, JBossAS-4.2.2.GA
Reporter: Galder Zamarreno
Assigned To: Galder Zamarreno
Priority: Minor
UnifiedInvokerHAProxy.invoke():
...
failoverAuthorized = txContextAllowsFailover(invocation);
failoverCounter++;
invocation.setValue("FAILOVER_COUNTER", new Integer(failoverCounter),
PayloadKey.AS_IS);
log.debug("Received GenericClusteringException where request was not completed.
Will retry.");
continue;
...
The debug message before continue is misleading. The call will only be retried if the
failover is authorised and
there're any targets available, otherwise it won't. The log message should be
reworded.
--
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