-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
v4.4, v4.2, v4.0
-
Sharding 2020-03-23
-
12
The methods returned by autocomplete.js are being interpreted as collections and are implicitly sharded.
To prevent the BF, for now, we can just exclude the autocomple.js from the test with the getCollection overload.
There are 2 questions still open:
- what calls getCollection on the list returned in _autocomplete_
- why this list sometimes includes viewSource method that causes the BF
- related to
-
SERVER-47321 autocomplete.js test must not override global db object
- Closed