[
https://issues.apache.org/jira/browse/TS-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568847#comment-13568847
]
TrafficServer Bot commented on TS-1252:
---------------------------------------
Commit baca4d2b702b7d2df99ec582185560ad80acd2ce from James Peach
<[email protected]>
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=baca4d2 ]
TS-1252: stats summary in cluster not working
Here is some stats with evil result, we all know that most stats
with proxy.process.cluster prefix have no result at all.
proxy.process.cluster.open_delays=-4411607530454032024
proxy.process.cluster.control_messages_avg_send_time=-72.902885
proxy.process.cluster.open_delay_time=-2494.564697
proxy.process.cluster.rmt_cache_callback_time=-747.036865
proxy.process.cluster.local_connection_time=-15.002351
When int64_t integer was passed to CLUSTER_SUM_DYN_STAT(x, y) as
2th parameter, it would be convert to int unsafely.
> stats summary in cluster not working?
> -------------------------------------
>
> Key: TS-1252
> URL: https://issues.apache.org/jira/browse/TS-1252
> Project: Traffic Server
> Issue Type: Bug
> Components: Clustering, Stats
> Affects Versions: 3.1.4
> Environment: cluster mode 1, git master
> Reporter: Zhao Yongming
> Fix For: 3.3.1
>
> Attachments:
> 0001-TS-1252-Fix-unsafe-conversion-in-xxx_SUM_DYN_STAT-ma.patch
>
>
> here is some stats with evil result, we all know that most stats with
> proxy.process.cluster prefix have no result at all.
> {code}
> proxy.process.cluster.open_delays=-4411607530454032024
> proxy.process.cluster.control_messages_avg_send_time=-72.902885
> proxy.process.cluster.open_delay_time=-2494.564697
> proxy.process.cluster.rmt_cache_callback_time=-747.036865
> proxy.process.cluster.local_connection_time=-15.002351
> {code}
--
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