-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
-
QE 2021-10-04
When SBE is on, the unit test MergingChunksWithDollarPrefixShouldSucceed fails with "msg":"User assertion","attr":{"error":"IllegalOperation: could not merge chunks, shard shard0000 does not contain a sequence of chunks that exactly fills the range [{ a: { : MinKey } }, { a: { : MaxKey } })".
The failing query seems to be:
"query":"ns: config.chunks query: {
uuid: UUID(\"f126b70f-42a3-4aa1-94bc-eff66bfa0841\"),
shard: \"shard0000\",
min: { $gte: { a: { : MinKey } } },
min: { $lt: { a: { : MaxKey } } } }
sort: {min:1}
projection: {}
}
Posting the steps to reproduce, but for reference, I'll also include the failing test on Evergreen.
- is depended on by
-
SERVER-59178 Re-enable SBE as the default execution engine
- Closed