-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.6
-
Component/s: Sharding
-
None
-
ALL
-
Hi,
We have a sharded cluster of mongo 3.0.6, having 2 shards, 3 config servers and 3 mongos.
In this cluster we are having multiple databases, eg. db1,db2 and db3
db1 > shard1 primary (not sharded) db2 > shard2 primary (not sharded) db3 > shard2 primary (not sharded)
After moving primary of db2 database from shard2 to shard1, after that all three mongos are showing different document counts (the one mongos from where we are running move primary command is showing right data, other two mongos are showing wrong data)
- is duplicated by
-
SERVER-22904 multiple mongos are having different data
- Closed
- related to
-
SERVER-8059 After movePrimary, db.getCollectionNames() excludes previously existing one-chunk collections
- Closed