You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/10/29 22:42:22 UTC

[jira] Updated: (TS-501) http.current_server_connections can get way too large

     [ https://issues.apache.org/jira/browse/TS-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-501:
-----------------------------

    Attachment: TS-501.diff

This is a patch to fix this particular stat, making this stat a completely "global" stat only (i.e. no per thread data at all). Before the patch it was a mix-and-match of the two, which caused the problems.

> http.current_server_connections can get way too large
> -----------------------------------------------------
>
>                 Key: TS-501
>                 URL: https://issues.apache.org/jira/browse/TS-501
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>    Affects Versions: 2.0.0
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Blocker
>             Fix For: 2.1.4
>
>         Attachments: TS-501.diff
>
>
> We're not doing the correct increment on a few counters, using a different API compared to how we decement those counters. This has the effect that the counter can get out of whack, causing all sorts of interesting behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.