Bug 1268352
Summary: | Tomcat 6 NIO connector memory leak | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Aaron Ogburn <aogburn> | |
Component: | tomcat6 | Assignee: | Coty Sutherland <csutherl> | |
Status: | CLOSED ERRATA | QA Contact: | Michal Karm Babacek <mbabacek> | |
Severity: | high | Docs Contact: | Marc Muehlfeld <mmuehlfe> | |
Priority: | urgent | |||
Version: | 6.7 | CC: | csutherl, cww, fgavrilo, fgoldefu, iweiss, jclere, joallen, mbabacek, mmuehlfe, rhatlapa, salmy, sspans | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
The Tomcat 6 NIO connector does not leak memory anymore
Previously, a memory leak sometimes occurred when using the Tomcat 6 Non-blocking I/O (NIO) connector. This update ensures that Tomcat 6 removes processors from the RequestGroupInfo list and returns them to the recycledProcessors queue. As a result, the NIO connector no longer leaks memory.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1272985 1301646 (view as bug list) | Environment: | ||
Last Closed: | 2016-05-11 00:05:40 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1172231, 1272985, 1275725, 1301646 |
Description
Aaron Ogburn
2015-10-02 15:41:24 UTC
*** Bug 1272985 has been marked as a duplicate of this bug. *** In addition to the revs Aaron provided, it also needs: ------------------------------------------------------------------------ r1064252 | kkolinko | 2011-01-27 13:43:18 -0500 (Thu, 27 Jan 2011) | 4 lines Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50651 Fix NPE in InternalNioOutputBuffer.recycle(). - Do not throw NPE when recycle() is called more than once. - Do not recycle the request in CoyoteAdapter#log() if it was not created there. ------------------------------------------------------------------------ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0870.html |