[
https://issues.apache.org/jira/browse/TS-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757388#comment-13757388
]
ASF subversion and git services commented on TS-2174:
-----------------------------------------------------
Commit 9aad786e82fc13c17fce88959a4cfc80286212f1 in branch refs/heads/5.0.x from
[~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=9aad786 ]
Merge branch 'master' into 5.0.x
* master:
ci: test make distclean in jenkins
ci: fix debug jobs for centos5
TS-2174: Fix StatBinaryEval() on div operation
TS-2173: RECD_COUNTER type is missing in setTokenValue()
TS-2172: automake subdir-objects requires AM_PROG_CC_C_O
sdk docs: fix links & formatting in preface
TS-2172: Explicitly use subdir-objects in automake init
doc: minor formatting fixes
TS-2165: Introduce cluster-wide logging stats
finishing up the cleanup of the admin guide
ci: shrink builders pollng period
ci: fix experimental tag substitution
Fix the 4.0.1 relase
added TS-2167
TS-2167: Update apichecker.pl to give suggestions on additional deprecated
APIs
Doc: Add transaction buffering control.
ci: build experimental configuration options
ci: reduce the number of job templates
Add debug builds for 3.2.x and 4.0.x in the CI
Fix git paths for the 4.0.x branch in Jenkins
> traffic_shell/traffic_line miss some stats value
> ------------------------------------------------
>
> Key: TS-2174
> URL: https://issues.apache.org/jira/browse/TS-2174
> Project: Traffic Server
> Issue Type: Bug
> Components: Stats
> Reporter: Yunkai Zhang
> Assignee: Yunkai Zhang
> Fix For: 4.1.0
>
> Attachments: 0001-TS-2174-Fix-StatBinaryEval-on-div-operation.patch
>
>
> I'm sorry for too late to fix this bug.
> Here is an example about the broken of traffic_shell(reported by
> Esmq<[email protected]> ):
> {code}
> echo 'show:proxy-stats' | sudo /usr/local/trafficserver/bin/traffic_shell
> Successfully Initialized MgmtAPI in
> /usr/local/trafficserver-4.0.1/var/trafficserver
> trafficserver>
> Document Hit Rate -------- 0.000000 % *
> Ram cache Hit Rate ------- 0.000000 % *
> Bandwidth Saving --------- 0.000000 % *
> Cache Percent Free ------- 0.000000 %
> Open Server Connections -- 473
> Open Client Connections -- 3796
> Open Cache Connections --- 1
> Client Throughput -------- 18.100512 MBit/Sec
> Transaction Per Second --- 0.000000
> {code}
> The root cause is that StatBinaryEval() use RecInt type to hold the result of
> *div* operation when operands are RecInt.
--
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