[jboss-cvs] JBoss Messaging SVN: r4863 - branches/Branch_JBMESSAGING-1314/src/main/org/jboss/messaging/core/postoffice/impl.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 22 00:18:11 EDT 2008
Author: clebert.suconic at jboss.com
Date: 2008-08-22 00:18:11 -0400 (Fri, 22 Aug 2008)
New Revision: 4863
Modified:
branches/Branch_JBMESSAGING-1314/src/main/org/jboss/messaging/core/postoffice/impl/PostOfficeImpl.java
Log:
adding a comment
Modified: branches/Branch_JBMESSAGING-1314/src/main/org/jboss/messaging/core/postoffice/impl/PostOfficeImpl.java
===================================================================
--- branches/Branch_JBMESSAGING-1314/src/main/org/jboss/messaging/core/postoffice/impl/PostOfficeImpl.java 2008-08-22 04:17:13 UTC (rev 4862)
+++ branches/Branch_JBMESSAGING-1314/src/main/org/jboss/messaging/core/postoffice/impl/PostOfficeImpl.java 2008-08-22 04:18:11 UTC (rev 4863)
@@ -485,6 +485,9 @@
}
else if (!trUsed.isCommitted())
{
+
+ // this would affect any of the solutions we have in mind now..
+ // we have some options here.. we just need to find the best option.
log.info("Transaction " + msg.getTransactionID() + " is pending... we don't know what to do yet... ignoring the message for now but this is not acceptable");
continue;
}
More information about the jboss-cvs-commits
mailing list