-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client
-
None
-
ALL
We're casting an int64 to an int32, which would be fine most of the time. Unfortunately, we're using int64_t::max() to represent "unknown" ping time, which can occur with some frequency.
- is duplicated by
-
SERVER-13227 pingTimeMillis in connPoolStats overflows when unset
- Closed