On Wed, Sep 4, 2013 at 1:55 PM, Leif Hedstrom (JIRA) <j...@apache.org>wrote:
> > [ > https://issues.apache.org/jira/browse/TS-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Leif Hedstrom updated TS-2175: > ------------------------------ > > Backport to Version: 4.0.2 > > Fanstastic… Good find! > > > stats.config.xml was broken by TS-443 > > ------------------------------------- > > > > Key: TS-2175 > > URL: https://issues.apache.org/jira/browse/TS-2175 > > Project: Traffic Server > > Issue Type: Bug > > Components: Stats > > Reporter: Yunkai Zhang > > Fix For: 4.1.0 > > > > > > stats.config.xml was broken by TS-443. > > It's no meaningful to do *recursive* calculation: > > {code} > > <statistics > > minimum="0" > > interval="10"> > > <destination>proxy.node.user_agent_xacts_per_second</destination> > > <destination > scope="cluster">proxy.cluster.user_agent_xacts_per_second</destination> > > <expression> > > proxy.node.http.user_agent_xacts_per_second > > </expression> > > </statistics> > > {code} > I looked in wrong, "proxy.node.http.user_agent_xacts_per_second" != " proxy.node.user_agent_xacts_per_second", sorry for noise. I'll delete this ticket. > > The *expression*, proxy.node.http.user_agent_xacts_per_second, equals to > node *destination*, that is wrong. > > This issue will cause the value of > "proxy.node.http.user_agent_xacts_per_second" to be zero. > > There are other same mistakes caused by TS-443. > > -- > 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 > -- Yunkai Zhang Work at Taobao