-
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
[No Merge] Update sdk #35480
[No Merge] Update sdk #35480
Conversation
Tagging subscribers to this area: @ViktorHofer |
cc @dotnet/ncl in case something changed in the header handling. |
Is the failure consistent @ViktorHofer? There are some changes in known headers that may be relevant. cc @stephentoub |
Yes, failures are consistent enough to appear in multiple legs in every attempt. |
That failure message comes from the Azure storage service. We may be mishandling one of its headers. |
I can reproduce it locally. I will take a look.
it should be easy to trace it down now. |
Thanks. |
This is failing because we fail to send |
Closing as @wfurt found the issue. |
When using the latest SDK, Helix fails to upload the workitems because of malformed headers.
@alexperovich @lukas-lansky @MattGal can someone please take a look at the helix failures? We want to upgrade to a newer SDK with #35202.