-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
ALL
This assertion is hit for the repro below.
The bitset size is 1, the data block size is 100. We believe the reasons for this is the match filters on the bucket-level meta field, producing a single value. Then the bucket has 100 data items, so we have a mismatch in the bitset size compared to the data size. This $match on the meta field should yield a MonoBlock of the same size as the bucket, containing the value true.
- is fixed by
-
SERVER-87629 Make selectivity bitset for block processing mandatory
- Closed
- is related to
-
SERVER-89308 Create query property tester
- Closed