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

Spelling mistake in printShardingStatus()

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Trivial - P5 Trivial - P5
    • 1.9.0
    • 1.8.0
    • None
    • None
    • ALL

    Description

      Problem:

      > db.printShardingStatus()
      — Sharding Status —
      sharding version:

      { "_id" : 1, "version" : 3 }

      shards:

      { "_id" : "shard0000", "host" : "10.194.187.111:27000" } { "_id" : "shard0001", "host" : "10.116.78.81:27000" }

      databases:

      { "_id" : "admin", "partitioned" : false, "primary" : "config" } { "_id" : "scaleout", "partitioned" : true, "primary" : "shard0001" }

      scaleout.blogs chunks:
      shard0001 53
      shard0000 52
      too many chunksn to print, use verbose if you want to force print

      In this last line "chunksn" should be "chunks"

      Attachments

        Activity

          People

            kristina Kristina Chodorow (Inactive)
            alvin Alvin Richards (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: