You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2009/12/17 12:24:18 UTC

[jira] Created: (HTTPCORE-211) Memory leak outside of the Heap when using non-keepalive SSL

Memory leak outside of the Heap when using non-keepalive SSL
------------------------------------------------------------

                 Key: HTTPCORE-211
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-211
             Project: HttpComponents HttpCore
          Issue Type: Bug
          Components: HttpCore NIO
    Affects Versions: 4.0.1
            Reporter: Asankha C. Perera
            Assignee: Asankha C. Perera
             Fix For: 4.0.2


The issue is discussed here : http://markmail.org/message/7ni2qrgebajkvrzn

Although seen during load testing with non-keepalive SSL, the leak would be present in the keep-alive scenario too, although the leak would be less. The issue was seen on RHEL and CentOS, but not on Ubuntu.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCORE-211) Memory leak outside of the Heap when using non-keepalive SSL

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCORE-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved HTTPCORE-211.
----------------------------------------

    Resolution: Fixed

Fixed with svn commit: r891654

Sorry about the many line separator differences, the main fix was only to replace the "ByteBuffer.allocateDirect" calls with "ByteBuffer.allocate" to allocate on heap

> Memory leak outside of the Heap when using non-keepalive SSL
> ------------------------------------------------------------
>
>                 Key: HTTPCORE-211
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-211
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore NIO
>    Affects Versions: 4.0.1
>            Reporter: Asankha C. Perera
>            Assignee: Asankha C. Perera
>             Fix For: 4.0.2
>
>
> The issue is discussed here : http://markmail.org/message/7ni2qrgebajkvrzn
> Although seen during load testing with non-keepalive SSL, the leak would be present in the keep-alive scenario too, although the leak would be less. The issue was seen on RHEL and CentOS, but not on Ubuntu.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org