RE: svn commit: r1333218 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2012-05-02 Thread Filip Hanik (mailing lists)
Math.min is the intention here. On a 64 core box, it should still only have 2 pollers, not 64 The comment should read ('from' instead of 'of') > > Very hard for applications to see a performance benefit *from* more than 2 > pollers > -Original Message- > From: Christopher Schultz [mailt

Re: svn commit: r1333218 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2012-05-02 Thread Christopher Schultz
Filip, On 5/2/12 5:33 PM, fha...@apache.org wrote: > Very hard for applications to see a performance benefit of more than 2 pollers [...] > -protected int pollerThreadCount = > Runtime.getRuntime().availableProcessors(); > +protected int pollerThreadCount = > Math.min(2,Runtime.getRunt

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-05-02 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/546 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #10 from Filip Hanik --- Current suspect is: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?r1=1300872&r2=1300950&diff_format=h -- You are receiving this mail because: You ar

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #9 from Filip Hanik --- In the meantime a workaround for this is to set useSendfile="false" -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1333221 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2012-05-02 Thread fhanik
Author: fhanik Date: Wed May 2 21:36:44 2012 New Revision: 1333221 URL: http://svn.apache.org/viewvc?rev=1333221&view=rev Log: Modify the default pollerThreadCount as processors go, it gets very polluting and resource wasting to have 24,48 or 64 and more poller threads Very hard for applications

svn commit: r1333218 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2012-05-02 Thread fhanik
Author: fhanik Date: Wed May 2 21:33:43 2012 New Revision: 1333218 URL: http://svn.apache.org/viewvc?rev=1333218&view=rev Log: Modify the default pollerThreadCount as processors go, it gets very polluting and resource wasting to have 24,48 or 64 and more poller threads Very hard for applications

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #8 from Filip Hanik --- Thanks Robert, I can reproduce it with IE 9 if I hit the "Save" option when I hit refresh in the browser. I will check on this and see how it works out -- You are receiving this mail because: You are th

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-05-02 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/545 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #7 from Robert Kish --- (In reply to comment #6) > Thanks Robert, are you able to reproduce this on a non HPUX system with a > more recent runtime? ie, can you reproduce the attached test case on your > local laptop or workstati

[Bug 53180] DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter method

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53180 Violeta Georgieva changed: What|Removed |Added Attachment #28711|0 |1 is patch|

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #6 from Filip Hanik --- Thanks Robert, are you able to reproduce this on a non HPUX system with a more recent runtime? ie, can you reproduce the attached test case on your local laptop or workstation? -- You are receiving this

[Bug 53180] New: DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter method

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53180 Priority: P2 Bug ID: 53180 Assignee: dev@tomcat.apache.org Summary: DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter

[Bug 53179] Missing ')' in "The HTTP Connector" documentation

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53179 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #5 from Robert Kish --- (In reply to comment #4) > Tested in > Firefox 11 and Internet Explorer 9 Tomcat installation: Running on HPUX 11.11: 64 bit JVM java version "1.6.0.14" Java(TM) SE Runtime Environment (build 1.6

svn commit: r1333179 - /tomcat/tc5.5.x/trunk/container/webapps/docs/config/http.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 20:02:14 2012 New Revision: 1333179 URL: http://svn.apache.org/viewvc?rev=1333179&view=rev Log: Fix trivial docs typo (missing ")"). Backport of r1333173 from trunk resp. r1333176 from tc7 resp. 1333177 from tc6. Modified: tomcat/tc5.5.x/trunk/container/webapps

buildbot failure in ASF Buildbot on tomcat-trunk

2012-05-02 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/2946 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[jira] [Commented] (MTOMCAT-149) Error deploying on Tomcat 6

2012-05-02 Thread costas (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266865#comment-13266865 ] costas commented on MTOMCAT-149: Nothing in the logs. A broken pipe exception probably

svn commit: r1333177 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/config/http.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 19:56:51 2012 New Revision: 1333177 URL: http://svn.apache.org/viewvc?rev=1333177&view=rev Log: Fix trivial docs typo (missing ")"). Backport of r1333173 from trunk resp. r1333176 from tc7.. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/t

svn commit: r1333176 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/http.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 19:55:10 2012 New Revision: 1333176 URL: http://svn.apache.org/viewvc?rev=1333176&view=rev Log: Fix trivial docs typo (missing ")"). Backport of r1333173 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/

svn commit: r1333173 - /tomcat/trunk/webapps/docs/config/http.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 19:51:49 2012 New Revision: 1333173 URL: http://svn.apache.org/viewvc?rev=1333173&view=rev Log: Fix trivial docs typo (missing ")"). Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.

[Bug 53173] maxConnections feature hangs the system

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #2 from Filip Hanik --- Adding documentation to track cases where this can happen May 2, 2012 3:04:03 AM org.apache.tomcat.util.net.NioEndpoint$Acceptor run SEVERE: Socket accept failed java.io.IOException: Too many open files

svn commit: r1333168 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 19:39:01 2012 New Revision: 1333168 URL: http://svn.apache.org/viewvc?rev=1333168&view=rev Log: Removing obsolete bug warning. Jira says "fixed in commons daemon 1.0.2", which happended long ago. Hope that's right ... Backport of r1333161 form trunk resp. r1333164

svn commit: r1333164 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 19:34:09 2012 New Revision: 1333164 URL: http://svn.apache.org/viewvc?rev=1333164&view=rev Log: Removing obsolete bug warning. Jira says "fixed in commons daemon 1.0.2", which happended long ago. Hope that's right ... Backport of r1333161 from trunk. Modified:

svn commit: r1333161 - /tomcat/trunk/webapps/docs/windows-service-howto.xml

2012-05-02 Thread rjung
Author: rjung Date: Wed May 2 19:25:33 2012 New Revision: 1333161 URL: http://svn.apache.org/viewvc?rev=1333161&view=rev Log: Removing obsolete bug warning. Jira says "fixed in commons daemon 1.0.2", which happended long ago. Hope that's right ... Modified: tomcat/trunk/webapps/docs/windows

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-05-02 Thread Bill Barker
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 tomcat-trunk-test has an issue affecting its community integration. This i

[jira] [Commented] (MTOMCAT-149) Error deploying on Tomcat 6

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266835#comment-13266835 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-149: any informations from th

[Bug 53179] Missing ')' in "The HTTP Connector" documentation

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53179 Javier Alcázar changed: What|Removed |Added URL||http://svn.apache.org/repos

[Bug 53179] New: Missing ')' in "The HTTP Connector" documentation

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53179 Priority: P2 Bug ID: 53179 Assignee: dev@tomcat.apache.org Summary: Missing ')' in "The HTTP Connector" documentation Severity: trivial Classification: Unclassified OS:

[Bug 53173] maxConnections feature hangs the system

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1333118 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-05-02 Thread fhanik
Author: fhanik Date: Wed May 2 17:16:24 2012 New Revision: 1333118 URL: http://svn.apache.org/viewvc?rev=1333118&view=rev Log: update changelog for https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 fix Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.

svn commit: r1333116 - in /tomcat/tc7.0.x/trunk: java/org/apache/coyote/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/threads/ webapps/docs/config/

2012-05-02 Thread fhanik
Author: fhanik Date: Wed May 2 17:15:46 2012 New Revision: 1333116 URL: http://svn.apache.org/viewvc?rev=1333116&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Properly count down maxConnections Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.j

svn commit: r1333114 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/threads/ webapps/docs/ webapps/docs/config/

2012-05-02 Thread fhanik
Author: fhanik Date: Wed May 2 17:12:48 2012 New Revision: 1333114 URL: http://svn.apache.org/viewvc?rev=1333114&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Properly handle count down of maxConnections latch when entering edge cases. Modified: tomcat/trunk/java/or

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #4 from Filip Hanik --- Tested in Firefox 11 and Internet Explorer 9 -- You are receiving this mail because: You are the assignee for the bug.

[jira] [Reopened] (MTOMCAT-149) Error deploying on Tomcat 6

2012-05-02 Thread costas (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] costas reopened MTOMCAT-149: DEBUG] Configuring mojo 'org.apache.tomcat.maven:tomcat6-maven-plugin:2.0-SNAPSHOT:deploy' --> [DEBUG] (f)

[jira] [Commented] (MTOMCAT-149) Error deploying on Tomcat 6

2012-05-02 Thread costas (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266695#comment-13266695 ] costas commented on MTOMCAT-149: Latest snapshot provides this: [DEBUG] Trace org.apache

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 Filip Hanik changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Filip H

[jira] [Updated] (MTOMCAT-92) Bind tomcat to a self-chosen network interface

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-92: -- Fix Version/s: (was: 2.0) 2.1 > Bind tomcat to a sel

[jira] [Updated] (MTOMCAT-61) maven tomcat:run ignores the useSeperateTomcatClassloaded when using serverXml property

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-61: -- Fix Version/s: (was: 2.0) 2.1 > maven tomcat:run ign

[jira] [Updated] (MTOMCAT-128) The plugin ignores and/or parses web.xml incorrectally when using tomcatWebXml option

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-128: --- Fix Version/s: (was: 2.0) 2.1 > The plugin ignore

[jira] [Updated] (MTOMCAT-148) Clarify run goal with respect to war overlays

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-148: --- Fix Version/s: (was: 2.0) 2.1 > Clarify run goal

[jira] [Updated] (MTOMCAT-124) tomcat-maven-archetype unused generation parameters

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-124: --- Fix Version/s: (was: 2.0) 2.1 > tomcat-maven-arch

[jira] [Updated] (MTOMCAT-99) Make redeploy goal consistent with deploy goals

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-99: -- Fix Version/s: (was: 2.0) 2.1 > Make redeploy goal c

[jira] [Updated] (MTOMCAT-119) tomcat7:run-war fails because it expects META-INF\context.xml

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-119: --- Fix Version/s: (was: 2.0) 2.1 > tomcat7:run-war f

[jira] [Closed] (MTOMCAT-145) [2.0-beta-1] Unable to deploy

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-145. -- > [2.0-beta-1] Unable to deploy > -- > >

[jira] [Closed] (MTOMCAT-149) Error deploying on Tomcat 6

2012-05-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-149. -- Resolution: Duplicate Fix Version/s: 2.0 please test last SNAPSHOT

[jira] [Created] (MTOMCAT-149) Error deploying on Tomcat 6

2012-05-02 Thread costas (JIRA)
costas created MTOMCAT-149: -- Summary: Error deploying on Tomcat 6 Key: MTOMCAT-149 URL: https://issues.apache.org/jira/browse/MTOMCAT-149 Project: Apache Tomcat Maven Plugin Issue Type: Bug

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 --- Comment #2 from Robert Kish --- I am having the same problem with my application. We have noticed only some files are not downloading, not all of them - there's no apparent pattern to the file size. We had one file that's 115397 downloa

[Bug 53138] Not able to download a file size of 740KB using NIO connector in tomcat version 7.0.27. But with the same configuration I was able to download that in tomcat 7.0.26.

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53138 Robert Kish changed: What|Removed |Added CC||robert.k...@ncogroup.com -- You are