[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 --- Comment #14 from Venkata Manda --- Hi Mark Thomas, I am still able to reproduce the issue with the latest changes. My understanding is the recent changes help only when the writeCompletionHandler failed method in Nio2Endpoint fires the Soc

[Bug 66530] ERR_HTTP2_SERVER_REFUSED_STREAM since 9.0.72

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66530 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---

[Bug 66505] Calling [asyncPostProcess()] is not valid for a request with Async state [ERROR]

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66505 --- Comment #3 from Mark Thomas --- It has been two weeks since a minimal test case was requested and no further information has been provided. Without the requested information, this bug will eventually be closed as WORKSFORME. -- You are re

[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 --- Comment #13 from Mark Thomas --- I fixed the other code path that could trigger this issue and have uploaded 8.5.x and 9.0.x builds for testing: https://people.apache.org/~markt/dev/ -- You are receiving this mail because: You are the as

Buildbot success in on tomcat-11.0.x

2023-03-16 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/269 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] e5fc87e46561684bb04432b92e32b855b7bcbbfa Steps: worker_prepa

[tomcat] branch 8.5.x updated: Further fix for BZ 66508

2023-03-16 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 18c886165a Further fix for BZ 66508 18c886165a is d

[tomcat] branch 9.0.x updated: Further fix for BZ 66508

2023-03-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 17bef2420b Further fix for BZ 66508 17bef2420b is d

[tomcat] branch 10.1.x updated: Further fix for BZ 66508

2023-03-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 1b9684dc78 Further fix for BZ 66508 1b9684dc78 is

[tomcat] branch main updated: Further fix for BZ 66508

2023-03-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new e5fc87e465 Further fix for BZ 66508 e5fc87e465 is des

[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #12 from Mark Thomas --

[Bug 66530] New: ERR_HTTP2_SERVER_REFUSED_STREAM since 9.0.72

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66530 Bug ID: 66530 Summary: ERR_HTTP2_SERVER_REFUSED_STREAM since 9.0.72 Product: Tomcat 9 Version: 9.0.72 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 Remy Maucherat changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #11 from Remy Ma

Re: TestRewriteValve Fails When Specifying Custom Output Directory

2023-03-16 Thread Mark Thomas
On 15/03/2023 21:16, Igal Sapir wrote: It is mostly solved, and that might be sufficient. So while `ant clean test` now completes without failures, the part that still doesn't work is when I specify a custom "Working Directory" in the IDE in order to make JSP files resolved. In my setup that

[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 --- Comment #10 from Remy Maucherat --- There's some bad analysis in the comment: processSocket is not supposed to return false (it does only when the executor refuses to run the task), the close() is simply there to handle this unlikely (and r