Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.6.4
-
Minor Change
-
ALL
-
Sharding 10 (02/19/16)
Description
mongos includes a totalSizeMb field in the command response, while mongod does not.
Additionally, mongod uses floating point types (casted from boost::intmax_t) for the per-database sizeOnDisk and top-level totalSize values. In contrast, mongos uses long long for its types.
Attachments
Issue Links
- depends on
-
SERVER-52544 Update IDL definition for listDatabases command
-
- Closed
-