-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix connection leak in the mongodb module #5711
Conversation
Can one of the admins verify this patch? |
b708d5b
to
e3fcf8f
Compare
CLA signed |
jenkins, test it |
Thanks for fixing this. I think we missed that change in #5120 where we moved it from init to fetch. Previously it was just one connection we leaked, now it can be many more. |
@mountkin Could you add an entry to the Changelog file? |
Signed-off-by: Shijiang Wei <mountkin@gmail.com>
e3fcf8f
to
56ade9a
Compare
@ruflin Changelog entry added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jenkins, test it
Thank you so much @mountkin! |
Signed-off-by: Shijiang Wei <mountkin@gmail.com> (cherry picked from commit f9a18c1)
Signed-off-by: Shijiang Wei <mountkin@gmail.com> (cherry picked from commit f9a18c1)
Signed-off-by: Shijiang Wei <mountkin@gmail.com> (cherry picked from commit b11ca76)
Signed-off-by: Shijiang Wei <mountkin@gmail.com> (cherry picked from commit b11ca76)
Fixes #5688