You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the azure client did not use the ResumingReader. This was
causing tracing span use after free issues as the client would issue
http retries with a span that was already finished. The ResumingReader
manages a span for the lifetime of the reader.
There is also some evidence in #154483 that the RetryReader built into
the azure client did not properly retry errors that occur while reading
the body.
Fixes: 154849
Release note: none
0 commit comments