Project

General

Profile

Actions

Bug #56998

open

dump_historic_slow_ops formats "throttled" event with weird duration

Added by Niklas Hambuechen over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
ceph cli
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description


                "events": [
                    {
                        "event": "initiated",
                        "time": "2022-07-30T18:20:47.112959+0000",
                        "duration": 0
                    },
                    {
                        "event": "throttled",
                        "time": "2022-07-30T18:20:47.112959+0000",
                        "duration": 4294967295.9999976
                    },

`"duration": 4294967295.9999976` looks like somebody is trying to format something close to the maximum `uint32_t` as floating-point in JSON.

This looks like a bug to me because I cannot imagine that the value 4294967295.9999976 is useful for any program that could potentially process these JSON outputs.

No data to display

Actions

Also available in: Atom PDF