[
https://issues.apache.org/jira/browse/TS-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175756#comment-15175756
]
ASF GitHub Bot commented on TS-4187:
------------------------------------
GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/510
TS-4187: Fix connections_currently_open stat.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver ts-4187
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/510.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #510
----
commit a142739e61f47659b51e92e18155c78867b96096
Author: shinrich <[email protected]>
Date: 2016-03-02T15:08:59Z
TS-4187: Fix connections_currently_open stat.
----
> connections_currently_open stat not accurate with global server session pools
> -----------------------------------------------------------------------------
>
> Key: TS-4187
> URL: https://issues.apache.org/jira/browse/TS-4187
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Susan Hinrichs
> Assignee: Susan Hinrichs
> Fix For: 6.2.0
>
>
> When global server session pools are used, sockets may be moved to new VCs
> associated with different threads. The connections_currently_open stat was
> not being correctly incremented in that case meaning the
> connections_currently_open stat would go negative.
> This means that the connection throttling logic would likely not trigger.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)