[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1808) error logs in ChannelSupport.afterRecoveryEx()

Howard Gao (JIRA) jira-events at lists.jboss.org
Thu Jun 10 02:23:38 EDT 2010


    [ https://jira.jboss.org/browse/JBMESSAGING-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534866#action_12534866 ] 

Howard Gao commented on JBMESSAGING-1808:
-----------------------------------------

doh! That's embarrassing. :)



> error logs in ChannelSupport.afterRecoveryEx()
> ----------------------------------------------
>
>                 Key: JBMESSAGING-1808
>                 URL: https://jira.jboss.org/browse/JBMESSAGING-1808
>             Project: JBoss Messaging
>          Issue Type: Bug
>          Components: Messaging Core
>    Affects Versions: 1.4.0.SP3.CP10, 1.4.6.GA.SP1
>            Reporter: Toshiya Kobayashi
>
> ChannelSupport.afterRecoveryEx() logs error level messages which looks like temporary logs for development.
>       public void afterRollbackEx(boolean onePhase, boolean isRecovered) throws Exception
>       {
> ...
>                      synchronized (lock)
>                      {
>                         log.error("----xxxx---- afterRollbackEx, add back ref: " + ref);
>                         addReferenceInMemory(ref);
>                         performDelivery = true;
>                      }
>                   }
>                   catch (Throwable t)
>                   {
>                      throw new TransactionException("Failed to add reference", t);
>                   }
>                   deliveringCount.decrement();
>                   log.error("----xxxx---- afterRollbackEx, now count: " + deliveringCount);
>                }
>             }
>          }
>          log.error("----xxxx---- afterRollbackEx, performDelivery: " + performDelivery);
> ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list