Re: svn commit: r1692057 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java webapps/docs/changelog.xml

2015-07-21 Thread Keiichi Fujino
2015-07-21 21:09 GMT+09:00 Konstantin Kolinko : > 2015-07-21 10:01 GMT+03:00 : > > Author: kfujino > > Date: Tue Jul 21 07:01:44 2015 > > New Revision: 1692057 > > > > URL: http://svn.apache.org/r1692057 > > Log: > > Fix potential NPE in QueryTimeoutInterceptor. > > > > Modified: > > > > tomcat

svn commit: r1692224 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java webapps/docs/changelog.xml

2015-07-21 Thread kfujino
Author: kfujino Date: Wed Jul 22 06:31:19 2015 New Revision: 1692224 URL: http://svn.apache.org/r1692224 Log: The fairness attribute and ignoreExceptionOnPreLoad attribute do not allow a change via JMX. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/po

svn commit: r1692223 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java webapps/docs/changelog.xml

2015-07-21 Thread kfujino
Author: kfujino Date: Wed Jul 22 06:30:23 2015 New Revision: 1692223 URL: http://svn.apache.org/r1692223 Log: The fairness attribute and ignoreExceptionOnPreLoad attribute do not allow a change via JMX. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/po

svn commit: r1692222 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java

2015-07-21 Thread kfujino
Author: kfujino Date: Wed Jul 22 06:28:41 2015 New Revision: 169 URL: http://svn.apache.org/r169 Log: The fairness attribute and IgnoreExceptionOnPreLoad attribute do not allow a change via JMX. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/C

buildbot failure in ASF Buildbot on tomcat-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/68 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedule

svn commit: r1692221 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/Connect

2015-07-21 Thread kfujino
Author: kfujino Date: Wed Jul 22 06:11:46 2015 New Revision: 1692221 URL: http://svn.apache.org/r1692221 Log: Add support for stopping the pool cleaner via JMX. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/tc7.0.x/

svn commit: r1692220 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/Connect

2015-07-21 Thread kfujino
Author: kfujino Date: Wed Jul 22 06:10:21 2015 New Revision: 1692220 URL: http://svn.apache.org/r1692220 Log: Add support for stopping the pool cleaner via JMX. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/tc8.0.x/

svn commit: r1692219 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java jmx/ConnectionPool.java

2015-07-21 Thread kfujino
Author: kfujino Date: Wed Jul 22 06:08:01 2015 New Revision: 1692219 URL: http://svn.apache.org/r1692219 Log: Add support for stopping the pool cleaner via JMX. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jd

[Bug 58166] New: Tomcat does not support application-specific close codes

2015-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58166 Bug ID: 58166 Summary: Tomcat does not support application-specific close codes Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity:

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 --- Comment #4 from Remy Maucherat --- Feel free to debug it, but as far I am concerned I am probably done with this feature at the moment. -- You are receiving this mail because: You are the assignee for the bug. ---

buildbot success in ASF Buildbot on tomcat-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/67 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSched

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 --- Comment #3 from Ognjen Blagojevic --- Can I help somehow to get to the root cause of the problem? For instance, to print stack trace and connection count every time AbstractEndpoint.countUpOrAwaitConnection and .countDownConnection is exec

svn commit: r1692139 - in /tomcat/trunk/test/org/apache: catalina/connector/TestMaxConnections.java coyote/http11/upgrade/TestUpgradeInternalHandler.java

2015-07-21 Thread remm
Author: remm Date: Tue Jul 21 14:51:22 2015 New Revision: 1692139 URL: http://svn.apache.org/r1692139 Log: Skip maxConnections test, and unskip internal upgrade handler test. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java tomcat/trunk/test/org/apache/co

buildbot failure in ASF Buildbot on tomcat-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/66 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedule

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 --- Comment #2 from Remy Maucherat --- This would happen occasionally for me. Now this doesn't but it still does rarely in the CI runs. I cannot figure out why it still fails after my fixes. Since it doesn't look like a very useful feature for

svn commit: r1692121 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-07-21 Thread remm
Author: remm Date: Tue Jul 21 14:07:58 2015 New Revision: 1692121 URL: http://svn.apache.org/r1692121 Log: Since this is still failing and I cannot figure out why, disable maxConnections for NIO2 since it seems counter productive. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2En

svn commit: r1692112 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-07-21 Thread remm
Author: remm Date: Tue Jul 21 13:36:34 2015 New Revision: 1692112 URL: http://svn.apache.org/r1692112 Log: Remove redundant comment (trigger another CI run). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2En

buildbot success in ASF Buildbot on tomcat-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/64 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSched

svn commit: r1692107 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-07-21 Thread remm
Author: remm Date: Tue Jul 21 13:18:30 2015 New Revision: 1692107 URL: http://svn.apache.org/r1692107 Log: Continue cleaning up the accept algorithm. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.j

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/19 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-07-21 Thread Violeta Georgieva
Hi, 2015-07-21 13:33 GMT+03:00 Konstantin Kolinko : > > 2015-07-21 10:08 GMT+03:00 : > > The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: > > http://ci.apache.org/builders/tomcat-7-trunk/builds/17 > > > > Buildbot UR

svn commit: r1692095 - /tomcat/tc7.0.x/trunk/build.xml

2015-07-21 Thread violetagg
Author: violetagg Date: Tue Jul 21 12:16:30 2015 New Revision: 1692095 URL: http://svn.apache.org/r1692095 Log: Fixed the tests compilation. Applied feedback by kkolinko. Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomc

Re: svn commit: r1692057 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java webapps/docs/changelog.xml

2015-07-21 Thread Konstantin Kolinko
2015-07-21 10:01 GMT+03:00 : > Author: kfujino > Date: Tue Jul 21 07:01:44 2015 > New Revision: 1692057 > > URL: http://svn.apache.org/r1692057 > Log: > Fix potential NPE in QueryTimeoutInterceptor. > > Modified: > > tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 Ari Luoma changed: What|Removed |Added CC||arilu...@gmail.com -- You are receiving t

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-07-21 Thread Konstantin Kolinko
2015-07-21 10:08 GMT+03:00 : > The Buildbot has detected a new failure on builder tomcat-7-trunk while > building ASF Buildbot. Full details are available at: > http://ci.apache.org/builders/tomcat-7-trunk/builds/17 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: silvan

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/27 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/17 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1692057 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java webapps/docs/changelog.xml

2015-07-21 Thread kfujino
Author: kfujino Date: Tue Jul 21 07:01:44 2015 New Revision: 1692057 URL: http://svn.apache.org/r1692057 Log: Fix potential NPE in QueryTimeoutInterceptor. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java

svn commit: r1692056 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java webapps/docs/changelog.xml

2015-07-21 Thread kfujino
Author: kfujino Date: Tue Jul 21 07:00:50 2015 New Revision: 1692056 URL: http://svn.apache.org/r1692056 Log: Fix potential NPE in QueryTimeoutInterceptor. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java

buildbot failure in ASF Buildbot on tomcat-trunk

2015-07-21 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/62 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedule

svn commit: r1692055 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java

2015-07-21 Thread kfujino
Author: kfujino Date: Tue Jul 21 06:59:57 2015 New Revision: 1692055 URL: http://svn.apache.org/r1692055 Log: Fix potential NPE in QueryTimeoutInterceptor. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java Modified: