svn commit: r1806670 - in /tomcat/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2017-08-30 Thread kfujino
Author: kfujino Date: Wed Aug 30 07:42:45 2017 New Revision: 1806670 URL: http://svn.apache.org/viewvc?rev=1806670&view=rev Log: Correct the backup node selection logic that node 0 is returned twice consecutively. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicat

svn commit: r1806671 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2017-08-30 Thread kfujino
Author: kfujino Date: Wed Aug 30 07:43:35 2017 New Revision: 1806671 URL: http://svn.apache.org/viewvc?rev=1806671&view=rev Log: Correct the backup node selection logic that node 0 is returned twice consecutively. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/Abstract

svn commit: r1806672 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2017-08-30 Thread kfujino
Author: kfujino Date: Wed Aug 30 07:44:19 2017 New Revision: 1806672 URL: http://svn.apache.org/viewvc?rev=1806672&view=rev Log: Correct the backup node selection logic that node 0 is returned twice consecutively. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/Abstract

svn commit: r1806673 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2017-08-30 Thread kfujino
Author: kfujino Date: Wed Aug 30 07:45:03 2017 New Revision: 1806673 URL: http://svn.apache.org/viewvc?rev=1806673&view=rev Log: Correct the backup node selection logic that node 0 is returned twice consecutively. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/Abstract

svn commit: r1806733 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/InternalNioInputBuffer.java java/org/apache/tomcat/util/net/SocketWrapper.java webapps/docs/changelog.xml

2017-08-30 Thread markt
Author: markt Date: Wed Aug 30 20:51:48 2017 New Revision: 1806733 URL: http://svn.apache.org/viewvc?rev=1806733&view=rev Log: Fix random SocketTimeoutExceptions when reading the request InputStream. The problem was some components treated a timeout of zero as a non-blocking read and some as an i

svn commit: r1806734 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/InternalNioInputBuffer.java java/org/apache/tomcat/util/net/SocketWrapper.java webapps/docs/changelog.xml

2017-08-30 Thread markt
Author: markt Date: Wed Aug 30 20:52:26 2017 New Revision: 1806734 URL: http://svn.apache.org/viewvc?rev=1806734&view=rev Log: Fix random SocketTimeoutExceptions when reading the request InputStream. The problem was some components treated a timeout of zero as a non-blocking read and some as an i

svn commit: r1806736 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java webapps/docs/changelog.xml

2017-08-30 Thread markt
Author: markt Date: Wed Aug 30 21:13:07 2017 New Revision: 1806736 URL: http://svn.apache.org/viewvc?rev=1806736&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61391 Ensure that failed queries are logged if the SlowQueryReport interceptor is configured to do so and the connectio

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

2017-08-30 Thread markt
Author: markt Date: Wed Aug 30 21:13:39 2017 New Revision: 1806737 URL: http://svn.apache.org/viewvc?rev=1806737&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61391 Ensure that failed queries are logged if the SlowQueryReport interceptor is configured to do so and the connectio

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

2017-08-30 Thread markt
Author: markt Date: Wed Aug 30 21:14:09 2017 New Revision: 1806738 URL: http://svn.apache.org/viewvc?rev=1806738&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61391 Ensure that failed queries are logged if the SlowQueryReport interceptor is configured to do so and the connectio

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

2017-08-30 Thread markt
Author: markt Date: Wed Aug 30 21:15:37 2017 New Revision: 1806739 URL: http://svn.apache.org/viewvc?rev=1806739&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61391 Ensure that failed queries are logged if the SlowQueryReport interceptor is configured to do so and the connectio

[Bug 61391] SlowQueryReport not logging Failed Query if connection abandoned

2017-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61391 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---