-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[BUG] Version error and memory leak #8040
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Fix will be in 5.6.9 within the next 48 hours 👍 |
@vkarpov15 @Fonger : This is still an issue in 5.7.5. We still experience a memory leak when we remove our post-save hook that deletes the versionError manually. |
Sorry it's my fault. A revised PR has been submitted #8326 |
Fonger
added a commit
to Fonger/mongoose
that referenced
this issue
Nov 14, 2019
This was referenced Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Bug
What happens:
this.$__.$versionError
Why this didnt happen before
this.$__.$versionError
instead ofoptions.$versionError
this.$__.$versionError
however isntWorkaround
this.$__.$versionError
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
mongoose: 5.6.3
node: v10.16.0
mongo: 3.4.1
cc @thombohlk
The text was updated successfully, but these errors were encountered: