https://bz.apache.org/bugzilla/show_bug.cgi?id=9
--- Comment #10 from Mark Thomas ---
The line numbers match up for the quoted version (1.2.33) and the relevant code
is unchanged in 1.2.x.
The description of a potential memory leak looks plausible but I am unable to
reproduce it with 9.0.x a
https://bz.apache.org/bugzilla/show_bug.cgi?id=9
--- Comment #11 from DigitalCat ---
Yes branch 1.2.X can match line no.
We use wrk to reproduce this issue.
"./wrk -t 20 -c 1000 -d 5s --latency --timeout 1s https://XX/V3/LoginRoute";
wrk is an opensource project, you can try with this
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676
Georg F. changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #2 from Georg F. ---
Hey M
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Mark Thomas
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 11.0.0-M8
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 434400d882 (commit)
This tag includes the following new commits:
new 434400d882 Tag 11.0.0-M8
The 1 revisions li
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 11.0.0-M8
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 434400d882a20e12ea03855f4bd93451bd3362c6
Author: Mark Thomas
AuthorDate: Mon Jul 3 20:01:23 2023 +0100
Tag 11.0.0-M8
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676
--- Comment #4 from Georg F. ---
(In reply to Mark Thomas from comment #3)
> There are two code paths to this line.
> The path via WsSession.doClose() will have set WsSession.state to
> OUTPUT_CLOSING.
> The path via WsSession.onClose() will ha
Author: markt
Date: Mon Jul 3 19:23:05 2023
New Revision: 62800
Log:
Upload 11.0.0-M8 for voting
Added:
dev/tomcat/tomcat-11/v11.0.0-M8/
dev/tomcat/tomcat-11/v11.0.0-M8/KEYS
dev/tomcat/tomcat-11/v11.0.0-M8/README.html
dev/tomcat/tomcat-11/v11.0.0-M8/RELEASE-NOTES
dev/tomcat/t
The proposed Apache Tomcat 11.0.0-M8 release is now available for
voting.
Apache Tomcat 11.0.0-M8 is a milestone release of the 11.0.x branch and
has been made to provide users with early access to the new features in
Apache Tomcat 11.0.x so that they may provide feedback. The notable
changes
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 7855c7cf2b Increment version for next development cyc
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676
--- Comment #5 from Mark Thomas ---
Everything *should* be protected by some form of lock mechanism. That you saw
the stack trace you did indicates that it wasn't for 10.1.8. I've looked at the
code and I can't see how this could have happened.
On Mon, Jul 3, 2023 at 12:34 PM Mark Thomas wrote:
> The proposed Apache Tomcat 11.0.0-M8 release is now available for
> voting.
>
> Apache Tomcat 11.0.0-M8 is a milestone release of the 11.0.x branch and
> has been made to provide users with early access to the new features in
> Apache Tomcat 11
13 matches
Mail list logo