Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-8323

Inconsistent return values from listDatabases command by mongod and mongos

    • Minor Change
    • ALL
    • Sharding 10 (02/19/16)

      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.

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: