Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2021-05-17
-
157
Description
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.
Attachments
Issue Links
- 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
-