[ https://issues.apache.org/jira/browse/TS-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bryan Call resolved TS-1186. ---------------------------- Resolution: Fixed commit bc527135f53ba48d2a0c22e4f581c8da3f8486d1 Author: Bryan Call <bryan_c...@yahoo.com> Date: Thu Apr 26 10:19:54 2012 -0700 TS-1186 Now reading the stats values and 64-bit int in the Perl stats API. > 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 > Components: Management API > 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