-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.3.1
-
Component/s: Querying
-
Query
-
ALL
-
50
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When a 4.2 mongos receives a returnKey() query, it appends an indexKey meta projection on a field "$$"
That is:
{"$$": {$meta: ...}}
"$$" is an illegal field name in 4.4, so mongods version 4.4, so when run in a mixed cluster, these queries will uassert().