File: mongodb-handle-large-numbers-7c235598ca700f2d.yaml

package info (click to toggle)
ceilometer 1%3A24.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,752 kB
  • sloc: python: 21,184; sh: 410; pascal: 151; makefile: 59
file content (7 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
---
fixes:
  - >
    [`bug 1532661 <https://bugs.launchpad.net/ceilometer/+bug/1532661>`_]
    Fix statistics query failures due to large numbers stored in MongoDB. Data
    from MongoDB is returned as Int64 for big numbers when int and float types
    are expected. The data is cast to appropriate type to handle large data.