-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[storage-blob][APPENDBLOCK] Memory Leak #4964
Comments
also seeing this with uploadFileToBlockBlob with blockBlobURL memory increase when uploading and still holding their after upload finished |
@sdnetwork @himadrinath Thanks for the feedback! We will look into it. |
@himadrinath Are you seeing the similar behavior with the released v10 version of the library? |
@jeremymeng after update to 10.5.0 looks like solved the problem |
Thanks @himadrinath for verifying it. So the issue only happens when using preview version. We are looking into it. |
It looks like we always create new agents in
This returned Maybe we should check |
Never mind, it could be |
The root cause of this issue is #5398, which is exposed by a fix in As we use clones of the original WebResource to make requests, before the fix While we are working on a proper fix for #5398, I made a change in PR #5396 to not passing |
Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment. |
Describe the bug
when you append a block to appendblob, the memory increase at each append to finally reach the limit of process
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: