Yunkai Zhang created TS-1749:
--------------------------------

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


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 B:
-------
[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