Looks like the Thread.sleep(100L) is taking too long, and allowing
some of the initial 10 threads to complete their hold time; this
accounts for the threads with more than 1 loop.

However, the last 10 threads should still timeout, as none of the
first 10 threads should release the connection until after the timeout
has expired.

Not sure what is happening here.

One work-round might be to increase the hold time to 3*wait ?

On 06/01/2010, contin...@vmbuild.apache.org <contin...@apache.org> wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=266493&projectId=2619
>
>
>  Build statistics:
>   State: Failed
>   Previous State: Failed
>
>   Started at: Tue 5 Jan 2010 21:38:35 -0800
>   Finished at: Tue 5 Jan 2010 21:40:40 -0800
>   Total time: 2m 4s
>
>   Build Trigger: Schedule
>   Build Number: 0
>   Exit code: 1
>   Building machine hostname: vmbuild.apache.org
>   Operating system : Linux(unknown)
>   Java Home version :
>           java version "1.5.0_12"
>           Java(TM) 2 Runtime Environment, Standard Edition (build 
> 1.5.0_12-b04)
>           Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
>
>   Builder version :
>           Apache Ant version 1.7.0 compiled on December 13 2006
>
>  ****************************************************************************
>  SCM Changes:
>  ****************************************************************************
>  No files changed
>
>  ****************************************************************************
>  Dependencies Changes:
>  ****************************************************************************
>  No dependencies changed
>
>
>  ****************************************************************************
>  Build Definition:
>  ****************************************************************************
>  Ant build filename: build.xml
>  Goals: clean test
>  Arguments: -Dcomponent-propfile=build.properties.sample
>  Build Fresh: true
>  Always Build: true
>  Default Build Definition: true
>  Schedule: COMMONS_SCHEDULE
>  Profile Name: Ant 1.7.0,  Java 5
>  Description: Ant 1.7.0 Java 5
>
>  ****************************************************************************
>  Test Summary:
>  ****************************************************************************
>  Tests: 0
>  Failures: 0
>  Errors: 0
>  Total time: 0.0
>
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>  For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to