[
https://issues.apache.org/jira/browse/TS-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198717#comment-15198717
]
ASF subversion and git services commented on TS-4261:
-----------------------------------------------------
Commit dfd9776990a6cf04385e5e315c277f2dad3f01d8 in trafficserver's branch
refs/heads/master from [~amc]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=dfd9776 ]
TS-4261: Split stats API from process API.
This is useful for TS-4260 as noted in the related bugs. As part
of that work I set up some statistics to track the performance of
the event loop. Without this change doing that requires bringing
all of the process management support in to the event loop component
which is problematic. It seemed much simpler and better overall to
just split those unrelated items apart.
This closes #516.
> Split statistic update logic from process handling.
> ---------------------------------------------------
>
> Key: TS-4261
> URL: https://issues.apache.org/jira/browse/TS-4261
> Project: Traffic Server
> Issue Type: Improvement
> Components: Manager
> Reporter: Alan M. Carroll
> Assignee: Alan M. Carroll
> Fix For: 6.2.0
>
>
> The logic for updating statistics is mixed in the same source file as process
> management. This creates unnecessary circular dependencies if lower level
> components use statistics.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)