Details
-
Task
-
Resolution: Gone away
-
Major - P3
-
None
-
None
-
None
-
None
-
Query Optimization
Description
We should make sure that:
- queries created by Bonsai are visible in the 'top' command
- queries created by Bonsai are included in the latency stats reported by the $collStats operator
There are two tests that fail in slightly different ways when queries are routed through CQF:
https://github.com/mongodb/mongo/blob/master/jstests/core/top.js
https://github.com/mongodb/mongo/blob/master/jstests/core/operation_latency_histogram.js
It could be that the failures are expected and these tests just need to be ported.