Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak when using MongoDB Change Streams #13926

Closed
2 tasks done
sanguineti opened this issue Oct 2, 2023 · 2 comments 路 Fixed by #13927
Closed
2 tasks done

Memory Leak when using MongoDB Change Streams #13926

sanguineti opened this issue Oct 2, 2023 · 2 comments 路 Fixed by #13927

Comments

@sanguineti
Copy link
Contributor

sanguineti commented Oct 2, 2023

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the performance issue has not already been reported

Last performant version

7.3.4

Slowed down in version

7.4.0

Node.js version

any

馃Ε Performance issue

Due to changes in driver, when

Due to changes in node-mongodb-native, when using MongoDB Change Streams, anomalous resource usage has been observed in the monitoring of services that use mongoose. The mongodb team identified the problem and resolved it in version 5.9.0 of the driver.

Steps to Reproduce

See detail in https://jira.mongodb.org/browse/NODE-5502

Expected Behavior

No response

@sanguineti
Copy link
Contributor Author

@vkarpov15 @IslandRhythms Hello, what are your thoughts on this issue? It has a high impact on resource usage when utilizing change streams. Do you consider it urgent to add the fix in one of the upcoming releases?

@vkarpov15
Copy link
Collaborator

Fix is out in Mongoose 7.6.0 馃憤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants