[
https://issues.apache.org/jira/browse/TS-4955?focusedWorklogId=30500&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30500
]
ASF GitHub Bot logged work on TS-4955:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Oct/16 16:23
Start Date: 12/Oct/16 16:23
Worklog Time Spent: 10m
Work Description: Github user bryancall commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1096#discussion_r83042781
--- Diff: proxy/InkAPI.cc ---
@@ -6663,8 +6661,7 @@ TSHttpTxnServerIntercept(TSCont contp, TSHttpTxn txnp)
sdk_assert(sdk_sanity_check_mutex(i->mutex) == TS_SUCCESS);
http_sm->plugin_tunnel_type = HTTP_PLUGIN_AS_SERVER;
- http_sm->plugin_tunnel = PluginVCCore::alloc();
- http_sm->plugin_tunnel->set_accept_cont(i);
--- End diff --
"i" - Should be a better variable name.
Issue Time Tracking
-------------------
Worklog Id: (was: 30500)
Time Spent: 0.5h (was: 20m)
> Remove the global mutex from the plugin session acceptor
> --------------------------------------------------------
>
> Key: TS-4955
> URL: https://issues.apache.org/jira/browse/TS-4955
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core, Performance
> Reporter: James Peach
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {{plugin_http_accept}} has a global mutex which gets contended by protocol
> plugins. We don't require locking on {{HttpSessionAccept}} objects and the
> normal server port accept objects are not locked.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)