Re: [pool] Liveness issue in GKOP

2011-09-12 Thread Phil Steitz
On 9/11/11 1:49 PM, Phil Steitz wrote: > I don't understand why exactly, but testMaxActivePerKeyExceeded is > now hanging regularly for me using 1.6.0_26 (Apple Lion). In the > thread dump, I get the driving test thread: > > "main" prio=5 tid=7feb5b001800 nid=0x1057f1000 waiting on condition > [10

Re: [math] Monitoring iterative algorithms

2011-09-12 Thread Greg Sterijevski
Sébastien, Yes, this is what I had in mind. Others on the list might disagree, but I think paying a bit in performance for some modicum of thread safety in listener/event handling code will make your life simpler. -Greg 2011/9/11 Sébastien Brisard > Hello all, > @Greg: I've modified the constr

Re: [VOTE][DAEMON] release 1.0.6 and 1.0.7 Maven artifacts

2011-09-12 Thread Phil Steitz
+1 Phil On 8/15/11 11:03 AM, sebb wrote: > Just in case anyone wants to use Maven to download the Java part of > Commons Daemon (this has been requested in the past), I thought it > would be useful to create and upload the Maven artifacts to the Nexus > staging repo. > > The uploads contain sourc

[continuum] BUILD FAILURE: Apache Commons - Commons Logging - Default Maven 2 Build Definition (Java 1.5)

2011-09-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12016&projectId=96 Build statistics: State: Failed Previous State: Failed Started at: Mon 12 Sep 2011 19:54:56 + Finished at: Mon 12 Sep 2011 19:55:08 + Total time: 11s Build Trigger: Forced Build

[continuum] BUILD FAILURE: Apache Commons - Commons Pool - Default Maven 2 Build Definition (Java 1.5)

2011-09-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12015&projectId=98 Build statistics: State: Failed Previous State: Ok Started at: Mon 12 Sep 2011 19:51:41 + Finished at: Mon 12 Sep 2011 19:54:55 + Total time: 3m 13s Build Trigger: Forced Build

Re: svn commit: r1169883 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl: TestGenericKeyedObjectPool.java TestGenericObjectPool.java

2011-09-12 Thread sebb
On 12 September 2011 20:32, Phil Steitz wrote: > I assume the tests FAIL if timeout is exceeded? Running org.apache.commons.pool2.impl.TestGenericKeyedObjectPool Tests run: 44, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 90.891 sec <<< FAILURE! ... Tests in error: testMaxActivePerKeyExce

Re: svn commit: r1169883 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl: TestGenericKeyedObjectPool.java TestGenericObjectPool.java

2011-09-12 Thread Phil Steitz
I assume the tests FAIL if timeout is exceeded? See my note from a couple of days ago on the liveness issue in GKOP. Once we diagnose and fix that, this should not happen. Phil On 9/12/11 12:21 PM, s...@apache.org wrote: > Author: sebb > Date: Mon Sep 12 19:21:48 2011 > New Revision: 1169883 >

RE: svn commit: r1169883 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl: TestGenericKeyedObjectPool.java TestGenericObjectPool.java

2011-09-12 Thread Gary Gregory
You should probably use a constant instead of repeating 6 for each method. Gary -Original Message- From: s...@apache.org [mailto:s...@apache.org] Sent: Monday, September 12, 2011 15:22 PM To: comm...@commons.apache.org Subject: svn commit: r1169883 - in /commons/proper/pool/trunk/sr

Re: [POOL] Continuum builds hanging

2011-09-12 Thread sebb
On 12 September 2011 17:21, sebb wrote: > See: > > http://vmbuild.apache.org/continuum/buildResults.action?projectId=98&projectGroupId=16 > > I've asked for the build to be killed. > > Perhaps the test case (or indeed all test cases, if that is easy) > should have a time-limit imposed. Say 20mins?

Re: [VOTE][DAEMON] release 1.0.6 and 1.0.7 Maven artifacts

2011-09-12 Thread Mladen Turk
On 08/15/2011 08:03 PM, sebb wrote: Daemon 1.0.6 == [X]+1 OK to release [ ]-1 do not release, please give a reason why Daemon 1.0.7 == [X]+1 OK to release [ ]-1 do not release, please give a reason why Huh, seems I missed the thread. Regards -- ^TM --

[continuum] BUILD FAILURE: Apache Commons - Commons Chain - Default Maven 2 Build Definition (Java 1.5)

2011-09-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12009&projectId=69 Build statistics: State: Failed Previous State: Failed Started at: Mon 12 Sep 2011 18:48:14 + Finished at: Mon 12 Sep 2011 18:48:35 + Total time: 21s Build Trigger: Schedule Bui

[continuum] BUILD FAILURE: Apache Commons - Commons Logging - Default Maven 2 Build Definition (Java 1.5)

2011-09-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11999&projectId=96 Build statistics: State: Failed Previous State: Ok Started at: Mon 12 Sep 2011 17:06:04 + Finished at: Mon 12 Sep 2011 17:06:15 + Total time: 11s Build Trigger: Schedule Build N

[POOL] Continuum builds hanging

2011-09-12 Thread sebb
See: http://vmbuild.apache.org/continuum/buildResults.action?projectId=98&projectGroupId=16 I've asked for the build to be killed. Perhaps the test case (or indeed all test cases, if that is easy) should have a time-limit imposed. Say 20mins?

Re: [VOTE][DAEMON] release 1.0.6 and 1.0.7 Maven artifacts

2011-09-12 Thread sebb
On 15 August 2011 19:03, sebb wrote: > Just in case anyone wants to use Maven to download the Java part of > Commons Daemon (this has been requested in the past), I thought it > would be useful to create and upload the Maven artifacts to the Nexus > staging repo. > > The uploads contain source, so

Change to HC project SVN URL

2011-09-12 Thread sebb
The project SVN url has changed. It used to be: https://svn.apache.org/repos/asf/httpcomponents/project it is now: https://svn.apache.org/repos/asf/httpcomponents/project/trunk If you have checked it out directly, you will need to use svn switch to change the URL If you have checked out proje

Re: svn commit: r1169769 - /commons/proper/chain/trunk/src/test/java/org/apache/commons/chain/generic/DispatchCommandTestCase.java

2011-09-12 Thread Simone Tripodi
even better, great, thanks! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 4:33 PM, wrote: > Author: sebb > Date: Mon Sep 12 14:33:15 2011 > New Revision: 1169769 > > URL: http://svn.apache.org/viewvc?rev=1169769&view=rev > Log: > CHAIN-57 Chain 2

Re: [Math] Two "Complex" classes?

2011-09-12 Thread Gilles Sadowski
Hello. > >>> > >>> Coming back to this with a simple idea that may hopefully satisfy > >>> everyone. > >>> > >>> What do you think of having one class that performs all operations by > >>> directly applying the computational formulae, without worrying about NaN > >>> or infinities. This would be

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Hi again Seb, just to confirm that your fix works!!! Thanks a lot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 3:52 PM, Simone Tripodi wrote: > Thanks to you! > I just raw your commits, I'm going to test it so I can provide more help! > Simo > >

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Thanks to you! I just raw your commits, I'm going to test it so I can provide more help! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 3:40 PM, sebb wrote: > On 12 September 2011 13:46, Simone Tripodi wrote: >> Apologize, >> I was still using the

Re: skip the bundle-plugin

2011-09-12 Thread sebb
On 12 September 2011 13:46, Simone Tripodi wrote: > Apologize, > I was still using the 22-SNAPSHOT to test the build number! > I am now able to reproduce the issue, thank you in advance for your help! Thanks for raising the bundle issue; I've hopefully now fixed CP 22 so it works with both Java 1

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Apologize, I was still using the 22-SNAPSHOT to test the build number! I am now able to reproduce the issue, thank you in advance for your help! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Sep 12, 2011 at 2:27 PM, sebb wrote: > On 12 September 2011 13:09, Simon

Re: skip the bundle-plugin

2011-09-12 Thread sebb
On 12 September 2011 13:09, Simone Tripodi wrote: > Hi Seb, > we are using the commons-parent:21, anyway the issues seems affecting Are you sure? I only get the problem when using 22-SNAPSHOT, which has updated to bundle 2.3.5. CP 21 uses bundle 1.4.3. > compiler problems rather than the java l

Re: skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Hi Seb, we are using the commons-parent:21, anyway the issues seems affecting compiler problems rather than the java language itself (with Java6 indeed it does work), take a look at CHAIN-57[1], you maybe already know the solution :P Many thanks in advance, all the best! Simo [1] https://issues.ap

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-09-12 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: skip the bundle-plugin

2011-09-12 Thread sebb
On 12 September 2011 10:23, Simone Tripodi wrote: > Hi all guys, > while trying to fix CHAIN-57, I switched to JDK5 to run tests, and > accidentally found an error because looks like the maven-bundle-plugin > requires JDK6 to run. > I raw the plugin documentation to see if there's an option to ski

Re: [pool] drop Base(Keyed)ObjectPool?

2011-09-12 Thread markt
Phil Steitz wrote: >On 9/11/11 12:44 PM, Gary Gregory wrote: >> Perhaps we want to keep the ivars in one place since they all have >very >> carefully been decorated with final and volatile just in the right >places? > >There is only one field being maintained and I think it would >actually be cle

Re: [pool] drop Base(Keyed)ObjectPool?

2011-09-12 Thread Simone Tripodi
full support from my side on it, +1 I never understood the usefulness of these classes and they don't help on writing concrete pool implementations. Have a nice day, all the best! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sun, Sep 11, 2011 at 8:29 PM, Phil Steitz

skip the bundle-plugin

2011-09-12 Thread Simone Tripodi
Hi all guys, while trying to fix CHAIN-57, I switched to JDK5 to run tests, and accidentally found an error because looks like the maven-bundle-plugin requires JDK6 to run. I raw the plugin documentation to see if there's an option to skip plugin execution, but didn't figure out how to. Do you have

[chain][v2] clever context - follow-up

2011-09-12 Thread Simone Tripodi
Hi all guys, after mails and mails of discussions, I don't think there is a general agreement on how Context API should look alike. At the end of the discussions I figured out that, briefly resuming, we have following proposals: * be replaced by Map; * be Collection agnostic and work by composit