BIND 10 #2986: Auth statistics counters become minus (64bit counters)
BIND 10 Development
do-not-reply at isc.org
Fri May 31 10:55:38 UTC 2013
#2986: Auth statistics counters become minus (64bit counters)
-------------------------------------+-------------------------------------
Reporter: | Owner:
fujiwara | Status: new
Type: | Milestone: New Tasks
defect | Keywords:
Priority: | Sensitive: 0
medium | Sub-Project: DNS
Component: | Estimated Difficulty: 0
statistics | Total Hours: 0
CVSS Scoring: |
Defect Severity: N/A |
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Statistics counters are unsigned int (32bit) and integer values in CC are
signed int (32bit).
If a counter value becomes 2^31, -2^31 is sent to stats daemon.
One of solutions is to change "integer" type to signed 64bit in
src/lib/cc/data.h and add unsigned 64bit support to JSON output.
python may treat 64bit unsigned integer numbers.
--
Ticket URL: <https://bind10.isc.org/ticket/2986>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list