-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Developer Tools
-
2
-
Not Needed
-
Iteration Earth (Jun 17-Jul 1)
I logged this value https://github.com/mongodb-js/compass/blob/56707e8fcab13b1c99e89650ae8ba97900f95574/packages/compass-aggregations/src/modules/input-documents.ts#L111
And I'm pretty sure it was null. Which I think is why we were issuing 13 minute queries against timeseries collections. I worked around it here https://github.com/mongodb-js/compass/pull/5630
but I never investigated why we're not getting DEFAULT_MAX_TIME_MS there.