-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.9, 2.5.5
-
Component/s: None
-
None
-
ALL
Steps to reproduce:
- Start a sharded cluster with 2 shards
- Shard a collection and insert documents to that collection.
- db.collection.stats() shows 2 shards
- Connect to a mongos and remove a shard
- db.collection.stats() still shows 2 shards
- flushRouterConfig fixes the issue. The shard being removed is not showing in the output of db.collection.stats() any more.
- duplicates
-
SERVER-8059 After movePrimary, db.getCollectionNames() excludes previously existing one-chunk collections
- Closed