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

Probable protocol problem

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.7.5
    • Component/s: Internal Client, Sharding
    • None
    • ALL

      While trying to configure fresh sharding:

      xm@celestine-3:~$ /opt/mongodb/bin/mongo celestine-3
      MongoDB shell version: 1.6.5
      connecting to: celestine-3
      > use admin
      switched to db admin
      > db.printShardingStatus()
      — Sharding Status —
      sharding version:

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

      shards:
      {
      "_id" : "testRS",
      "host" : "testRS/celestine-1:27100,celestine-3:27100,celestine-2:27100"
      }
      databases:

      { "_id" : "admin", "partitioned" : false, "primary" : "config" }

      > db.runCommand(

      { enablesharding : "test1" }

      )
      {
      "assertion" : "wrong type for BSONElement () 0 != 8",
      "assertionCode" : 13111,
      "errmsg" : "db assertion failure",
      "ok" : 0
      }
      > db.runCommand(

      { enablesharding : "test1" }

      )

      { "ok" : 1 }

            Assignee:
            greg_10gen Greg Studer
            Reporter:
            onyxmaster Aristarkh Zagorodnikov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: