-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This came out of HELP-89522. It seems very unlikely but possible that when serializing the histogram latency from uint64_t to long long, the value overflows and ends up serializing an incorrect negative value. We should investigate possible remediations, like clamping negative values to the max NumberLong value or serializing to Decimal128 so we can represent the full 64‑bit unsigned range exactly.