[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2020-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56399 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #8 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #3) > > Another related topic: the amount of > WebappClassLoader.clearReferencesThreads logging that happens running the > testsuite. This feature is a good

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #7 from Konstantin Kolinko --- Improvements from the above comments were committed to trunk in r1595887 and will be in 8.0.9. Backported to Tomcat 7 in r1595900 to be in 7.0.54. -- You are receiving this mail because: You are

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #6 from Konstantin Kolinko --- Created attachment 31633 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31633&action=edit Do not use exception for flow control (2014-05-16_tc8_CoyoteAdapter.patch) (In reply to commen

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #5 from Konstantin Kolinko --- In reply to Mark's e-mail on "Re: r1594436" 2014-05-14 12:02 GMT+04:00 Mark Thomas: > Why is an exception being used for flow control? Surely a boolean flag > would be better here especially as th

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #4 from Konstantin Kolinko --- (In reply to Remy Maucherat from comment #3) > The commit could be improved (besides trying to identify the problem with > the test): > - no apparent benefit of logging a stacktrace since it does n

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #3 from Remy Maucherat --- After testing some more, I don't see any problems besides the one TestAbstractHttp11Processor test (as seen on buildbot), but it's still best to only include it in the next version. The commit could b

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #2 from Mark Thomas --- No it will not. The commit for this was explicitly excluded from the 8.0.6 tag. Additionally, the commit has been vetoed so it is unlikely that the fix will remain in its current form. -- You are receiv

[Bug 56399] Re-factor request/response recycling so Coyote and Catalina objects are recycled simultaneously

2014-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56399 --- Comment #1 from Konstantin Kolinko --- The feature (but not the refactoring it implied) was implemented in Tomcat 8 with r1594436 and will be in 8.0.6. -- You are receiving this mail because: You are the assignee for the bug. ---