Hi,
after the upgrade to Mongo 3.4.1 we're having this error "Error: assertion src/mongo/bson/bsonelement.cpp:449" caused from the query described in the Steps to Reproduce the error.
The collection on which the query is executed has the following indexes :
- _id: the default index
- (fieldA, fieldB) : a compound index
This error happens only when the sort query parameter is configured to {_id : 1}.
- is duplicated by
-
SERVER-4645 The shell's db.collection.find() command asserts on regexs that the shell can't execute
- Closed
- is related to
-
SERVER-12600 Failure to parse $regex $option 'x' in fromjson()
- Closed
-
SERVER-22833 MatchExpression::toBSON does not necessarily produce a valid query object.
- Closed