[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1808) error logs in ChannelSupport.afterRecoveryEx()
Toshiya Kobayashi (JIRA)
jira-events at lists.jboss.org
Wed Jun 9 23:48:10 EDT 2010
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.6.GA.SP1, 1.4.0.SP3.CP10
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