-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(BlobManager): Don't log getBlob errors if the runtime is disposed (…
…#23521) There's a race condition where the application may be closed while the BlobManager is awaiting a blob to be downloaded from the service. When this happens, the error "Storage Service is disposed. Cannot retry" is thrown, and the BlobManager logs it as an error. But this isn't really an interesting error (because we don't care about the result at this point anyway) and shouldn't be logged as such. This change downgrades the `BlobManager:AttachmentReadBlob_cancel` log to "generic" category in this case, not "error".
- Loading branch information
1 parent
6666d49
commit 52b1bed
Showing
4 changed files
with
88 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters