-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.9, 3.3.12
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
-
Sharding 2016-09-19
The count and distinct commands when run against a shard do not include the ShardFilterStage as part of their plan and because of this orphaned data does not get excluded.
For the count command specifically, the shard filter stage can only be included when not using the "fast count" option, which uses the run time record counter.
- duplicates
-
SERVER-3645 Sharded collection counts (on primary) can report too many results
- Closed