-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
What problem are you facing?
After upgrade from 5.1.0 to 5.7.0, 36 collection watchers are leaking ~60 Mb/hour.
What driver and relevant dependency versions are you using?
Node.js `mongo` driver version is 5.70
Steps to reproduce?
- start ~30 collection watchers with options: {fullDocument: 'updateLookup', fullDocumentBeforeChange: 'whenAvailable'}
- wait for couple hours
- observer memory usage increase
As far as I can see, growth is "linear" and doesn't depend on document change evens rate/frequency:
- is depended on by
-
NODE-5379 refactor cursor internals to use async-await
- Closed