mongos sometimes gives error when user queries config db if shard 0 is down

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Sharding
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      get an error querying config db from mongos if shard 0 is down sometimes. seems to happen once per mongo shell invocation then subsequent calls work???

      $ mongo
      MongoDB shell version: 2.3.0-pre-
      connecting to: test
      type "help" for help
      mongos> use config
      switched to db config
      mongos> show collections
      Thu Oct 04 12:23:31 uncaught exception: error:

      { "$err" : "ReplicaSetMonitor no master found for set: s0", "code" : 10009 }

      mongos> show collections
      // works at this point...

            Assignee:
            [DO NOT USE] Backlog - Sharding Team
            Reporter:
            Dwight Merriman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: