You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Phil Sorber (JIRA)" <ji...@apache.org> on 2015/09/15 04:18:45 UTC

[jira] [Updated] (TS-3851) Memory leak on the write_buffer for HTTP/2

     [ https://issues.apache.org/jira/browse/TS-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Sorber updated TS-3851:
----------------------------
    Backport to Version: 5.3.3

> Memory leak on the write_buffer for HTTP/2
> ------------------------------------------
>
>                 Key: TS-3851
>                 URL: https://issues.apache.org/jira/browse/TS-3851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP/2
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>              Labels: yahoo
>             Fix For: 6.0.0
>
>
> It leaks a minimum of 8KB for every new connection:
> {code}
>                                           Location |          Size In-use
> ---------------------------------------------------+------------------------
>                     memory/IOBuffer/./FetchSM.h:62 |                    0
>                     memory/IOBuffer/./FetchSM.h:64 |                    0
>                   memory/IOBuffer/PluginVC.cc:1013 |                    0
>                   memory/IOBuffer/PluginVC.cc:1016 |                    0
>           memory/IOBuffer/HttpClientSession.cc:211 |                    0
>                     memory/IOBuffer/HttpSM.cc:5723 |                    0
>                     memory/IOBuffer/HttpSM.cc:6275 |                    0
>            memory/IOBuffer/HttpServerSession.cc:86 |                 8192
>                  memory/IOBuffer/HttpTunnel.cc:111 |                    0
>          memory/IOBuffer/Http2ClientSession.cc:134 |                    0
>          memory/IOBuffer/./Http2ClientSession.h:96 |                16384  <--- tracked here
>           memory/IOBuffer/SSLNetVConnection.cc:520 |                    0
>        memory/IOBuffer/./P_SSLNetVConnection.h:203 |                    0
>                                              TOTAL |                24576
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)