Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.2.0
-
None
-
Ubuntu Linux 12.04. All servers are at the 2.2.0 version.
-
ALL
Description
Two replication sets, each with 3 servers. Three mongod config servers. Two mongos application servers. I created a sharded configuration with the two replication sets and sharded some collections. After bouncing all the servers, queries in the shell against non-sharded collections succeed, but queries against sharded collections return:
MongoDB shell version: 2.2.0
connecting to: mongos:27017/test
mongos> use policydb;
switched to db policydb
mongos> db.policies.findOne();
Mon Oct 8 21:44:44 uncaught exception: error {
"$err" : "setShardVersion failed host: cw-mongodb2-test:27017
",
"code" : 10429
}