[Bug 63916] org.apache.catalina.nonblocking.TestNonBlockingAPI abysmally slow with NIO/NIO2 on FreeBSD

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63916 --- Comment #11 from Mark Thomas --- Simpler test case that reproduces the issue https://github.com/markt-asf/tomcat-bugs/blob/master/src/java/org/apache/tomcat/Bug63916NioPoller.java Run the test case and connect with telnet to localhost

[Bug 63916] org.apache.catalina.nonblocking.TestNonBlockingAPI abysmally slow with NIO/NIO2 on FreeBSD

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63916 --- Comment #10 from Mark Thomas --- No, the Linux performance is not what I expect. There is something wrong here. I'm going to build a simple test case to demonstrate it. FreeBSD has the same issue but the pause before select() returns is

[Bug 63867] Add option for reason phrase

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63867 Nathan Clement changed: What|Removed |Added CC||nclem...@yahoo.com --- Comment #17

[Bug 63916] org.apache.catalina.nonblocking.TestNonBlockingAPI abysmally slow with NIO/NIO2 on FreeBSD

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63916 --- Comment #9 from Michael Osipov --- (In reply to Mark Thomas from comment #8) > I see some timing differences on Linux, but not as extreme. > > For one test testNonBlockingWriteWithKeepAlive > > NIO: 55s > APR: 8s > > The NIO slowness

[tomcat] branch 7.0.x updated: Add more charsets to CharsetCache for the HPE JVM on HP-UX

2019-11-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new deab644 Add more charsets to CharsetCache for

[tomcat] branch 8.5.x updated: Add more charsets to CharsetCache for the HPE JVM on HP-UX

2019-11-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 83bae8a Add more charsets to CharsetCache for

[tomcat] branch master updated: Add more charsets to CharsetCache for the HPE JVM on HP-UX

2019-11-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 47b0118 Add more charsets to CharsetCache

[Bug 63916] org.apache.catalina.nonblocking.TestNonBlockingAPI abysmally slow with NIO/NIO2 on FreeBSD

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63916 --- Comment #8 from Mark Thomas --- I see some timing differences on Linux, but not as extreme. For one test testNonBlockingWriteWithKeepAlive NIO: 55s APR: 8s The NIO slowness is caused by the non-blocking write. The test does a large

[tomcat] branch master updated: Add some debug to show buffering differences

2019-11-12 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d09f468 Add some debug to show buffering

[Bug 63916] org.apache.catalina.nonblocking.TestNonBlockingAPI abysmally slow with NIO/NIO2 on FreeBSD

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63916 --- Comment #7 from Mark Thomas --- I'm starting to look at this. How are you installing Java on FreeBSD? From the ports? -- You are receiving this mail because: You are the assignee for the bug.

[tomcat] 02/02: Remove references to deprecated certificate class

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 1917104e44425eac1703b4824d6cc5831214b19d Author: Mark Thomas AuthorDate: Tue Nov 12 12:32:41 2019 + Remove

[tomcat] 01/02: Javadoc fixes for building with Java 13

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f87313772d1220116d2c1b832925fbb6a3db88f9 Author: Mark Thomas AuthorDate: Tue Nov 12 12:12:14 2019 + Javadoc

[tomcat] branch 7.0.x updated (aacd9cb -> 1917104)

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from aacd9cb Fix Javadoc warnings when building with Java 13 new f873137 Javadoc fixes for building with Java 13

[tomcat] branch 8.5.x updated: Polish. Align with 9.0.x/7.0.x

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 5479b5b Polish. Align with 9.0.x/7.0.x 5479b5b is

[tomcat] branch master updated: Polish. Align with 8.5.x/7.0.x

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e76edfc Polish. Align with 8.5.x/7.0.x e76edfc

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #13 from Boris Petrov --- Thanks for the great support! If there are further troubles when I try 9.0.28, I'll let you know. Thank you again! -- You are receiving this mail because: You are the assignee for the bug.

[tomcat] branch 8.5.x updated: Polish. Align with 7.0.x/9.0.x. Use i18n.

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new f13511f Polish. Align with 7.0.x/9.0.x. Use i18n.

[tomcat] branch 7.0.x updated: Fix Javadoc warnings when building with Java 13

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new aacd9cb Fix Javadoc warnings when building with

JDK 14 - Early Access build 22 is available

2019-11-12 Thread Rory O'Donnell
Hi Mark, *OpenJDK buildsĀ  - JDK 14 *- Early Access build 22 is available at http://jdk.java.net/14/ These early-access, open-source builds are provided under the GNU General Public License, versionĀ 2, with the Classpath Exception . * Release

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[tomcat] branch 7.0.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 Wrap NPEs

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 32a0405 Fix

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 Wrap NPEs

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5bf2a85 Fix

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 Wrap NPEs

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new cf4f6da Fix

[tomcat] branch 7.0.x updated: Remove unused code. Fix deprecation warning.

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 82dc5f0 Remove unused code. Fix deprecation

[tomcat] branch 8.5.x updated: Remove unused code

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 064cca1 Remove unused code 064cca1 is described

[tomcat] branch master updated: Remove unused code

2019-11-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 163c0ad Remove unused code 163c0ad is described