Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-1749

Stats cluster values among nodes are not consistent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.2
    • Metrics
    • None

    Description

      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:

      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
      

      Obviously, the stats cluster value: proxy.cluster.http.origin_server_total_request_bytes is not consistent among two nodes.

      Attachments

        Activity

          People

            zym Zhao Yongming
            yunkai Yunkai Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: