[
https://issues.apache.org/jira/browse/TS-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731551#comment-14731551
]
Bryan Call commented on TS-3895:
--------------------------------
Before the fix:
{code}
Allocs | Frees | Size In-use | Avg Size | Location
-----------|------------|----------------------|------------|--------------------------------------------------------------------
10016 | 16 | 720000 | 72 |
mutexAllocator/_ZN9NetAccept18do_blocking_acceptEP7EThread
{code}
After the fix:
{code}
Allocs | Frees | Size In-use | Avg Size | Location
-----------|------------|----------------------|------------|--------------------------------------------------------------------
10004 | 10004 | 0 | 0 |
mutexAllocator/_ZN9NetAccept18do_blocking_acceptEP7EThread
{code}
> Mutex leak for TLS connections going to the origin
> --------------------------------------------------
>
> Key: TS-3895
> URL: https://issues.apache.org/jira/browse/TS-3895
> Project: Traffic Server
> Issue Type: Bug
> Components: SSL
> Affects Versions: 5.3.0
> Reporter: Bryan Call
> Fix For: 6.0.0
>
>
> The action mutex clear was removed in some "clean up" work in
> SSLNetVConnection::free()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)