https://bz.apache.org/bugzilla/show_bug.cgi?id=65111

            Bug ID: 65111
           Summary: Possible memory leak in AprEndpoint -
                    socketBufferHandler is not cleared
           Product: Tomcat 9
           Version: 9.0.x
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: roman.vid...@gmail.com
  Target Milestone: -----

In my application, the capacity of used memory by direct buffer pools is
increasing over time, after some research I found that in AprEndpoint in method
doClose "socketBufferHandler" is not executing "free()" method call, and the
link is just set to "EMPTY":
> socketBufferHandler = SocketBufferHandler.EMPTY;

Because of this allocated native memory is not released.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to