[jboss-svn-commits] JBL Code SVN: r34574 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/task.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 6 07:43:41 EDT 2010


Author: whitingjr
Date: 2010-08-06 07:43:40 -0400 (Fri, 06 Aug 2010)
New Revision: 34574

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/task/RecursiveTask.java
Log:
Removed comment.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/task/RecursiveTask.java
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/task/RecursiveTask.java	2010-08-06 11:43:27 UTC (rev 34573)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/java/org/jboss/jbossts/performance/task/RecursiveTask.java	2010-08-06 11:43:40 UTC (rev 34574)
@@ -78,7 +78,6 @@
                 * this thread to execute the task. nano seconds */
                this.taskConfiguration.getTestConfiguration().getResults().add(( totalTime.toLong()/this.recurseCount));// serialized modification, insertion order not important
             }
-            //TODO: investigate why the connection is not being released back to the pool
             this.taskConfiguration.getConnectionHandler().deCacheConnection(this.taskConfiguration.getConnectionHandler().getConnectionA()); //really release the connection
             this.taskConfiguration.getConnectionHandler().deCacheConnection(this.taskConfiguration.getConnectionHandler().getConnectionB()); //really release the connection
             this.taskConfiguration.getTestConfiguration().getCompletionBarrier().await();// await all threads have finished



More information about the jboss-svn-commits mailing list