-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Storage Execution 2026-03-02
-
None
-
None
-
None
-
None
-
None
-
None
-
None
ContainerBasedSpiller::mergeSpills incorrectly assumed full consumption of selected spill rows during merge. Under SortOptions::limit, merge can terminate early after producing top-K output, so emitted row count may be less than total rows represented by the selected iterators. This will cause invariant failures in container-backed sorter paths if sort options specifies a limit > 0 with certain numbers of keys.
- is depended on by
-
SERVER-117334 Generify the sorter long running tests
-
- Closed
-
- related to
-
SERVER-120170 Make iterators passed to mergeSpills() be required to refer to contiguous keys
-
- Closed
-