-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2021-05-17
-
157
The mongos collStats command parses large values for the scale option in a less robust manner compared to mongod collStats.
On the mongod, the scale option is parsed using code generated from the StorageStatsSpec IDL definition, which uses the more forgiving BSONElement::safeNumberInt(). The IDL generated code used BSONElement::safeNumberInt() which is more forgiving of large values.
- related to
-
SERVER-56780 [4.4] mongod collStats does not handle large values for scale
- Closed
-
SERVER-59189 mongos dbStats does not handle large values for scale
- Closed