[Bug 60645] StatementFinalizer is not thread-safe

2017-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 --- Comment #2 from ba...@semedy.com --- Created attachment 34679 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34679&action=edit A thread-safe variant of the original StatementFinalizer This is a slightly modified version of the origi

Re: svn commit: r1780262 - /tomcat/trunk/test/org/apache/jasper/runtime/TestTagHandlerPool.java

2017-01-26 Thread Mark Thomas
On 25/01/2017 20:30, Konstantin Kolinko wrote: > 2017-01-25 23:05 GMT+03:00 : >> Author: markt >> Date: Wed Jan 25 20:05:01 2017 >> New Revision: 1780262 >> >> URL: http://svn.apache.org/viewvc?rev=1780262&view=rev >> Log: >> Add a unit test used to investigate https://github.com/apache/tomcat85/p

svn commit: r1780347 - in /tomcat/trunk/test/org/apache/jasper/runtime: TestTagHandlerPool.java TestTagHandlerPoolPerformance.java

2017-01-26 Thread markt
Author: markt Date: Thu Jan 26 10:16:56 2017 New Revision: 1780347 URL: http://svn.apache.org/viewvc?rev=1780347&view=rev Log: Rename test since it contains only performance tests Added: tomcat/trunk/test/org/apache/jasper/runtime/TestTagHandlerPoolPerformance.java - copied, changed fr

[Bug 60615] 20% CPU use while check for modified resource

2017-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60615 --- Comment #2 from Mark Thomas --- I've looked back at 7.0.x (before the new resource handling was introduced) and that did only check JARs rather than individual classes in JARs. While in theory a class could be modified in a JAR without cha

[Bug 60615] 20% CPU use while check for modified resource

2017-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60615 --- Comment #3 from Yassine EL GHAYANI --- Thx, indeed this feature in tomcat 7.x work better, and never have any probleme with it. NB: our prod servers never use reloadable feature, only test env that have this option activated. -- You are

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Mark Thomas
On 22/01/2017 15:59, Violeta Georgieva wrote: > The proposed Apache Tomcat 6.0.50 release is now available for voting. > > Note: This is the last Tomcat 6 release. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.50/ > The Maven staging repo is: > https:/

[Bug 60632] Last logs lost when running Tomcat with systemd and journald

2017-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 --- Comment #3 from Jeff Turner --- > That way the default behaviour doesn't change, those that need to fix it have > an option to do so and the delay can be set to an appropriate value for each > system. Okay, how about: # If started with

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Konstantin Kolinko
2017-01-22 18:59 GMT+03:00 Violeta Georgieva : > The proposed Apache Tomcat 6.0.50 release is now available for voting. > > Note: This is the last Tomcat 6 release. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.50/ > The Maven staging repo is: > https://

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Rémy Maucherat
2017-01-26 12:10 GMT+01:00 Mark Thomas : > - One TCK test fails because an associated JSP no longer compiles > because it reaches the 64k method limit. The JSP has a very large > number of nested tags. > > I'm going to take another look at the JSP Generation to see if there is > anything we ca

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Konstantin Kolinko
2017-01-26 16:00 GMT+03:00 Rémy Maucherat : > 2017-01-26 12:10 GMT+01:00 Mark Thomas : > >> - One TCK test fails because an associated JSP no longer compiles >> because it reaches the 64k method limit. The JSP has a very large >> number of nested tags. >> >> I'm going to take another look at th

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Mark Thomas
On 26 January 2017 13:53:22 GMT+00:00, Konstantin Kolinko wrote: >2017-01-26 16:00 GMT+03:00 Rémy Maucherat : >> 2017-01-26 12:10 GMT+01:00 Mark Thomas : >> >>> - One TCK test fails because an associated JSP no longer compiles >>> because it reaches the 64k method limit. The JSP has a very larg

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Rémy Maucherat
2017-01-26 15:29 GMT+01:00 Mark Thomas : > On 26 January 2017 13:53:22 GMT+00:00, Konstantin Kolinko < > knst.koli...@gmail.com> wrote: > >2017-01-26 16:00 GMT+03:00 Rémy Maucherat : > >> 2017-01-26 12:10 GMT+01:00 Mark Thomas : > >> > >>> - One TCK test fails because an associated JSP no longer c

[Bug 60653] New: remove or make optional output of comment

2017-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60653 Bug ID: 60653 Summary: remove or make optional output of comment Product: Tomcat 8 Version: 8.5.9 Hardware: PC OS: All Status: NEW Severity: enhancement

[Tomcat Wiki] Update of "FAQ/Monitoring" by EmericVernat

2017-01-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Monitoring" page has been changed by EmericVernat: https://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=17&rev2=18 Comment: fix javamelody links [[http://moskit

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-26 Thread Mark Thomas
On 26/01/2017 14:38, Rémy Maucherat wrote: > 2017-01-26 15:29 GMT+01:00 Mark Thomas : >> On 26 January 2017 13:53:22 GMT+00:00, Konstantin Kolinko < >> knst.koli...@gmail.com> wrote: >>> It needs some actual numbers - how big of a JSP can be compiled by >>> Tomcat. >> >> It took around 250 tags

svn commit: r1780488 - in /tomcat/trunk: java/org/apache/jasper/compiler/Generator.java java/org/apache/jasper/runtime/JspRuntimeLibrary.java java/org/apache/jasper/runtime/TagHandlerPool.java webapps

2017-01-26 Thread markt
Author: markt Date: Thu Jan 26 22:58:35 2017 New Revision: 1780488 URL: http://svn.apache.org/viewvc?rev=1780488&view=rev Log: Refactor generated code so tags require less code Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java tomcat/trunk/java/org/apache/jasper/runtim