Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 24, 2021

Backport of #57747 to release/6.0-rc1

#57617 can be a worrying reliability issue. In case there will be other reports, it is very important to have the ability to collect traces that can help hunting down a potential bug in HttpClient or Kestrel. Currently we are not logging received PING content at all, which prevents investigation based on customer data.

This is a minimal-risk (log only) addition to #54755, which I believe we should backport to 6.0 (including RC2, and maybe RC1 if it meets the bar).

Contributes to #57617.

/cc @karelz @antonfirsov

Customer Impact

#57617 can be a worrying reliability issue (potential 6.0 regression from #54755). Currently we are not logging received PING content at all, which blocks investigation of PING-related PROTOCOL_ERROR, based on customer data (like reported in #57617). In case we get more customer reports, it is important to have the ability to collect traces that can help investigating and fixing a potential bug caused by #54755.

Testing

The PR adds an additional test to make sure all RTT PING PROTOCOL_ERROR code paths are covered. I did a local run of all SocketsHttpHandler_Http2FlowControl_Test tests with an EventListener attached.

Risk

Minimal. This is a log-only change.

@ghost ghost added the area-System.Net.Http label Aug 24, 2021
@ghost
Copy link

ghost commented Aug 24, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #57747 to release/6.0-rc1

/cc @karelz @antonfirsov

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@karelz karelz added this to the 6.0.0 milestone Aug 24, 2021
@karelz
Copy link
Member

karelz commented Aug 24, 2021

Approved by Tactics for RC1 on 8/23 via email.

@karelz
Copy link
Member

karelz commented Aug 24, 2021

Unrelated runtime-staging failures, rerunning them just in case ...

@danmoseley danmoseley merged commit 2b46720 into release/6.0-rc1 Aug 24, 2021
@danmoseley danmoseley deleted the backport/pr-57747-to-release/6.0-rc1 branch August 24, 2021 16:58
@danmoseley danmoseley added the Servicing-approved Approved for servicing release label Aug 24, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Net.Http Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants