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

Problem with Perl stats API not parsing the stats as 64-bit int

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.3
    • 3.1.4
    • Management API
    • None
    • RHEL 6.2

    Description

      Stats will rollover because they are parsed as 32-bit int instead of 64-bit int in the Apache::TS::AdminClient module.

      Change:

      • @resp = unpack( "slsl", $res );
        + @resp = unpack( "slsq", $res );

      Attachments

        Activity

          People

            bcall Bryan Call
            bcall Bryan Call
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: