You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Manjesh Nilange (Created) (JIRA)" <ji...@apache.org> on 2012/02/15 01:41:59 UTC

[jira] [Created] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

logstats incorrectly bucketizes all status codes greater than 599 as 5xx
------------------------------------------------------------------------

                 Key: TS-1110
                 URL: https://issues.apache.org/jira/browse/TS-1110
             Project: Traffic Server
          Issue Type: Bug
          Components: Stats
    Affects Versions: 3.0.3
            Reporter: Manjesh Nilange


logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

Posted by "Manjesh Nilange (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208159#comment-13208159 ] 

Manjesh Nilange edited comment on TS-1110 at 2/15/12 12:47 AM:
---------------------------------------------------------------

This patch bucketizes all status codes < 200 and >= 600 as 000 (unknown).
                
      was (Author: manjeshnilange):
    patch
                  
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx
> ------------------------------------------------------------------------
>
>                 Key: TS-1110
>                 URL: https://issues.apache.org/jira/browse/TS-1110
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 3.0.3
>            Reporter: Manjesh Nilange
>         Attachments: logstats.cc.patch
>
>
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

Posted by "Brian Geffon (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Geffon reassigned TS-1110:
--------------------------------

    Assignee: Brian Geffon
    
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx
> ------------------------------------------------------------------------
>
>                 Key: TS-1110
>                 URL: https://issues.apache.org/jira/browse/TS-1110
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 3.0.3
>            Reporter: Manjesh Nilange
>            Assignee: Brian Geffon
>         Attachments: logstats.cc.patch
>
>
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

Posted by "Brian Geffon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217706#comment-13217706 ] 

Brian Geffon commented on TS-1110:
----------------------------------

Back ported to 3.0.4 in commit 3040504320e4bfe60e683a822d24a85d5c0f982b
                
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx
> ------------------------------------------------------------------------
>
>                 Key: TS-1110
>                 URL: https://issues.apache.org/jira/browse/TS-1110
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 3.0.3
>            Reporter: Manjesh Nilange
>            Assignee: Brian Geffon
>             Fix For: 3.1.3, 3.0.4
>
>         Attachments: logstats.cc.patch
>
>
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

Posted by "Manjesh Nilange (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjesh Nilange updated TS-1110:
--------------------------------

    Attachment: logstats.cc.patch

patch
                
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx
> ------------------------------------------------------------------------
>
>                 Key: TS-1110
>                 URL: https://issues.apache.org/jira/browse/TS-1110
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 3.0.3
>            Reporter: Manjesh Nilange
>         Attachments: logstats.cc.patch
>
>
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

Posted by "Brian Geffon (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Geffon updated TS-1110:
-----------------------------

    Fix Version/s: 3.0.4
    
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx
> ------------------------------------------------------------------------
>
>                 Key: TS-1110
>                 URL: https://issues.apache.org/jira/browse/TS-1110
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 3.0.3
>            Reporter: Manjesh Nilange
>            Assignee: Brian Geffon
>             Fix For: 3.1.3, 3.0.4
>
>         Attachments: logstats.cc.patch
>
>
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TS-1110) logstats incorrectly bucketizes all status codes greater than 599 as 5xx

Posted by "Brian Geffon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208619#comment-13208619 ] 

Brian Geffon commented on TS-1110:
----------------------------------

Committed in 8421675e42f9c09715ce02557afc258be7fed389
                
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx
> ------------------------------------------------------------------------
>
>                 Key: TS-1110
>                 URL: https://issues.apache.org/jira/browse/TS-1110
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 3.0.3
>            Reporter: Manjesh Nilange
>            Assignee: Brian Geffon
>         Attachments: logstats.cc.patch
>
>
> logstats incorrectly bucketizes all status codes greater than 599 as 5xx. If people use custom status codes (999 for example), this will get counted as a 5xx status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira