[ 
https://issues.apache.org/jira/browse/TS-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607217#comment-13607217
 ] 

ASF subversion and git services commented on TS-1749:
-----------------------------------------------------

Commit 4c6bff31cc4b6a60481acc3c3a369521974aa6cb in branch refs/heads/master 
from Zhao Yongming <ming....@gmail.com>
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=4c6bff3 ]

TS-1749: one LOCAL record break the continuity of NODE records

All RECT_NODE Records must be placed continuously! The code depends on it to
calculate offset when reading RECT_NODE records received from other nodes in
the some cluster.

Signed-off-by: Yunkai Zhang <qiushu....@taobao.com>
Signed-off-by: Zhao Yongming <ming....@gmail.com>

                
> Stats cluster values among nodes are not consistent
> ---------------------------------------------------
>
>                 Key: TS-1749
>                 URL: https://issues.apache.org/jira/browse/TS-1749
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>            Reporter: Yunkai Zhang
>             Fix For: 3.3.2
>
>         Attachments: 
> 0001-TS-1749-one-LOCAL-record-break-the-continuity-of-NOD.patch
>
>
> In my testing, I setup a cluster consist of two nodes: test62/test63.
> And then, using jtest to do some requests for node test62.
> Finally, I stopped jtest, and picked up some stats value shown as below from 
> these two ndoes:
> {code}
> Node test62:
> -------
> [root@test62 ~]# list-cluster.sh
>  proxy.process.http.origin_server_request_document_total_size=0
>  proxy.process.http.origin_server_request_header_total_size=271218334
>  proxy.node.http.origin_server_total_request_bytes=271218334
>  proxy.cluster.http.origin_server_total_request_bytes=271218334
> Node test63:
> -------
> [root@test63 ~]# list-cluster.sh
>  proxy.process.http.origin_server_request_document_total_size=0
>  proxy.process.http.origin_server_request_header_total_size=0
>  proxy.node.http.origin_server_total_request_bytes=0
>  proxy.cluster.http.origin_server_total_request_bytes=23973809347
> {code}
> Obviously, the stats cluster value: 
> *proxy.cluster.http.origin_server_total_request_bytes* is not consistent 
> among two nodes.

--
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

Reply via email to