[
https://issues.apache.org/jira/browse/TS-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15297324#comment-15297324
]
ASF GitHub Bot commented on TS-4472:
------------------------------------
GitHub user masaori335 opened a pull request:
https://github.com/apache/trafficserver/pull/660
TS-4472: Decrement http_current_active_client_connections_stat in HTTP/2
`http_current_active_client_connections_stat` is incremented in HttpSM.
And if client connection is HTTP/1.1, this is decremented in
Http1ClientTransaction.
But if client connection is HTTP/2, this is not decremented anywhere.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/masaori335/trafficserver ts-4472
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/660.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 #660
----
commit 8ed5bf2c76b437903412e3f34c75bda6b8611966
Author: Masaori Koshiba <[email protected]>
Date: 2016-05-23T22:28:58Z
TS-4472: Decrement http_current_active_client_connections_stat in HTTP/2
`http_current_active_client_connections_stat` is incremented in HttpSM.
And if client connection is HTTP/1.1, this is decremented in
Http1ClientTransaction.
But if client connection is HTTP/2, this is not decremented anywhere.
----
> Number of active connections is incorrect
> -----------------------------------------
>
> Key: TS-4472
> URL: https://issues.apache.org/jira/browse/TS-4472
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 6.2.0
> Reporter: Bryan Call
> Fix For: 7.0.0
>
>
> Looks like the number of active connections is not decrementing and is always
> increasing.
> active connections keeps increasing in traffic_top:
> {code}
> Active Con 60.4K
> {code}
> [bcall@l28 trafficserver]$ ss -s
> {code}
> Total: 7036 (kernel 7258)
> TCP: 11404 (estab 6776, closed 4247, orphaned 349, synrecv 0, timewait
> 4247/0), ports 2580
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)