[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1808) error logs in ChannelSupport.afterRecoveryEx()
Howard Gao (JIRA)
jira-events at lists.jboss.org
Thu Jun 10 02:39:38 EDT 2010
[ https://jira.jboss.org/browse/JBMESSAGING-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Howard Gao closed JBMESSAGING-1808.
-----------------------------------
Resolution: Done
> 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
> Fix For: 1.4.0.SP3.CP11, 1.4.7.GA
>
>
> 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