[pool] statistics

2011-09-24 Thread Phil Steitz
I have some suggestions for improving the stats reporting in trunk. Any objections to the following: 0) We now report the global max for getMaxBorrowWaitTimeMillis, i.e., the max since the GOP/GKOP was created. The other statistics (e.g. getMeanBorrowWaitTimeMillis) are based on rolling windows.

[Sanselan] Question about and proposed change for writing metadata (EXIF) tag to TIFF files

2011-09-24 Thread Gary Lucas
I've been trying to implement code to write GeoTIFF tags to TIFF files. I was unable to find any code examples or documentation for this operation, but after digging through the code, it looks like the TiffImageWriterLossy and TiffImageWriterLossless classes may be the place to do this. Tiff

[dbutils] please test in OSGi context

2011-09-24 Thread Simone Tripodi
Hi all guys, I just committed a fix[1] for potential OSGi issues - that looks working for me - is there someone else available to give a try before releasing? Many thanks in advance, have a nice WE! Simo [1] https://issues.apache.org/jira/browse/DBUTILS-81 http://people.apache.org/~simonetripodi/

Re: svn commit: r1174959 - /commons/proper/configuration/trunk/pom.xml

2011-09-24 Thread Oliver Heger
Am 23.09.2011 22:41, schrieb sebb: On 23 September 2011 20:10, wrote: Author: oheger Date: Fri Sep 23 19:10:18 2011 New Revision: 1174959 URL: http://svn.apache.org/viewvc?rev=1174959&view=rev Log: Removed unnecessary configuration of clirr plug-in. Thanks to sebb for pointing this out. Modi

Re: svn commit: r1175094 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java

2011-09-24 Thread Greg Sterijevski
Gilles, You must be an android or Jedi master to spot something that tiny! ;-) Yes, I am aware of the lowercase convention. I do intend to go through and clean up not only that, but other ugliness in Miller... I wanted to stay as close to the notation of the article as possible while I tested it.

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

2011-09-24 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: svn commit: r1175094 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java

2011-09-24 Thread Gilles Sadowski
Hi Greg. On Sat, Sep 24, 2011 at 02:17:59AM -, gr...@apache.org wrote: > Author: gregs > Date: Sat Sep 24 02:17:58 2011 > New Revision: 1175094 > > URL: http://svn.apache.org/viewvc?rev=1175094&view=rev > Log: > JIRA: MATH-607 small bug in vmove method, the 'break;' directive causes the > lo