[
https://issues.apache.org/jira/browse/TS-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597751#comment-13597751
]
ASF subversion and git services commented on TS-1743:
-----------------------------------------------------
Commit dc3f8ffaa9e44c1ad319f6560f4777276c8d6f0f in branch refs/heads/3.3.x from
[~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=dc3f8ff ]
TS-1743 Implement our own hash mechanism for traffic_logstats, since
C++11 does not provide a sensical hash<const char*>. Thanks amc
and PSUdaemon for saving the day.
> traffic_logstats is completely broken
> -------------------------------------
>
> Key: TS-1743
> URL: https://issues.apache.org/jira/browse/TS-1743
> Project: Traffic Server
> Issue Type: Bug
> Components: Logging
> Reporter: Leif Hedstrom
> Fix For: 3.3.1
>
>
> When running traffic_logstats on trunk, it does not aggregate properly per
> origin. Instead it reports e.g.
> {code}
> Traffic summary
> Origin Server Hits Misses Errors
> ------------------------------------------------------------------------------
> www.yahoo.com 0 2 0
> www.ogre.com 0 2 0
> www.ogre.com 0 1 0
> www.ogre.com 0 1 0
> www.cisco.com 0 1 0
> www.cisco.com 0 1 0
> www.ogre.com 0 1 0
> www.ogre.com 0 1 0
> www.ogre.com 0 1 0
> www.yahoo.com 0 1 0
> www.yahoo.com 0 1 0
> www.google.com 0 1 0
> www.ogre.com 0 1 0
> www.ogre.com 0 1 0
> www.ogre.com 0 1 0
> www.ogre.com 0 1 0
> www.yahoo.com 0 1 0
> {code}
> Note how the same domain is repeated more than once (it should only show up
> once each).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira