Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
1.0.0
-
None
Description
Collection.find() is not returning all documents always.
For example when I run following query:
```
db.namespaces.find({"clustername":"mylocal.cluster"})
```
It should return all documents (namespaces) (281 documents) for which cluster name is "mylocal.cluster". But, sometimes it only returns 101 documents.