[jboss-cvs] JBossAS SVN: r69008 - projects/cluster/varia/sessionstress.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 15 23:18:33 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-15 23:18:32 -0500 (Tue, 15 Jan 2008)
New Revision: 69008

Modified:
   projects/cluster/varia/sessionstress/PerfTest2.java
Log:
Await init barrier if init fails

Modified: projects/cluster/varia/sessionstress/PerfTest2.java
===================================================================
--- projects/cluster/varia/sessionstress/PerfTest2.java	2008-01-16 04:18:15 UTC (rev 69007)
+++ projects/cluster/varia/sessionstress/PerfTest2.java	2008-01-16 04:18:32 UTC (rev 69008)
@@ -259,6 +259,8 @@
             catch(Exception e) {
                 error("failure", e);
                 successful=false;
+                if (!inited)
+                   try { barrier.await(); } finally { inited = true; }
             }
             finally {
                 stop=System.currentTimeMillis();




More information about the jboss-cvs-commits mailing list