https://issues.apache.org/bugzilla/show_bug.cgi?id=50780

           Summary: AjpConnectionHandler keeps many connections causing
                    memory leak
           Product: Tomcat Native
           Version: 1.1.20
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Library
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: sergiusz.brzezin...@supersystem.pl


Hi,

Sorry for my english.

I use Tomcat 7.0.6 with APR 1.1.20. 

I noticed (from heap dump) many org.apache.tomcat.util.net.SocketWrapper
objects, which are kept by "connections" atribute in
org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler object. I don't
understand, why there are so many objects representing old connections which
are not active. In my example it was 300000 objects created, after 7 days of
Tomcat work. Has someone forgotten to clean this HashMap from time to time?

best regards

Sergiusz Brzezinski

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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