[
https://issues.apache.org/jira/browse/TS-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368268#comment-15368268
]
ASF subversion and git services commented on TS-4472:
-----------------------------------------------------
Commit 1db2d3aee58eda4806d5d7f27e953d69cb882741 in trafficserver's branch
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=1db2d3a ]
TS-4472 Fixes http_current_active_client_connections_stat metric
The issue here is that there are two m_active member variables, in
both Http1ClientSession and Http1ClientTransaction. However, the former
contains the latter, so this patch eliminates the m_active from the
session class, and then consistently sets and checks the m_active from
the http1ClientTransaction class.
> 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
> Assignee: Masaori Koshiba
> Fix For: 6.2.0, 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)