[jboss-jira] [JBoss JIRA] Resolved: (JBAS-4951) Retry debug message within UnifiedInvokerHAProxy.invoke() is misleading

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Mon Feb 18 18:12:26 EST 2008


     [ http://jira.jboss.com/jira/browse/JBAS-4951?page=all ]

Galder Zamarreno resolved JBAS-4951.
------------------------------------

    Resolution: Done

> 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
>             Fix For: JBossAS-5.0.0.CR1
>
>
> 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

        



More information about the jboss-jira mailing list