[
https://issues.apache.org/jira/browse/TS-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533570#comment-14533570
]
ASF subversion and git services commented on TS-3588:
-----------------------------------------------------
Commit 08a0efed37afed42489f0a0e1dcab34fbf54a17f in trafficserver's branch
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=08a0efe ]
TS-3588 clang-format
> background_fetch leaks continuations when used in remap mode
> ------------------------------------------------------------
>
> Key: TS-3588
> URL: https://issues.apache.org/jira/browse/TS-3588
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: Sudheer Vinukonda
>
> [~acacio] reported that when used in remap mode, *background_fetch* plugin
> leaks continuations. Below's the data from his tests:
> {code}
> By issuing 10k requests to remap that is configured to use background fetch
> only and comparing the numbers before and after we can see there was exactly
> one more mutex in use and exactly 10k more continuations in use (7680000 -
> 6720000 = 960000 = 96 * 10000) after all the requests were over:
> [root@dsv-acacio01 ~]# diff before.log after.log
> 19c19
> < 1413120 | 1386400 | 80 |
> memory/mutexAllocator
> ---
> > 1413120 | 1386480 | 80 |
> > memory/mutexAllocator
> 70c70
> < 6721536 | 6720000 | 96 |
> memory/INKContAllocator
> ---
> > 7680000 | 7680000 | 96 |
> > memory/INKContAllocator
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)