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

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Wed Nov 7 14:31:44 EST 2007


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-4.2.2.GA, JBossAS-5.0.0.Beta2
            Reporter: Galder Zamarreno
         Assigned To: Brian Stansberry
            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

        



More information about the jboss-jira mailing list