[ 
https://issues.apache.org/jira/browse/TS-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368637#comment-15368637
 ] 

ASF subversion and git services commented on TS-4472:
-----------------------------------------------------

Commit 57af7007ed8cd8fdcdb7b6846f085d9a6b84c288 in trafficserver's branch 
refs/heads/6.2.x from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=57af700 ]

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.

(cherry picked from commit 1db2d3aee58eda4806d5d7f27e953d69cb882741)

 Conflicts:
        proxy/http/Http1ClientSession.cc


> 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)

Reply via email to