Problem with Perl stats API not parsing the stats as 64-bit int
---------------------------------------------------------------
Key: TS-1186
URL: https://issues.apache.org/jira/browse/TS-1186
Project: Traffic Server
Issue Type: Bug
Affects Versions: 3.1.3
Environment: RHEL 6.2
Reporter: Bryan Call
Assignee: Bryan Call
Priority: Minor
Fix For: 3.1.4
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 );
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira