Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[release/3.1] Do not clip CPU count when CPU quota is used. (#26153)#26806

Merged
jkotas merged 1 commit intodotnet:release/3.1from
jkotas:port-26153
Sep 23, 2019
Merged

[release/3.1] Do not clip CPU count when CPU quota is used. (#26153)#26806
jkotas merged 1 commit intodotnet:release/3.1from
jkotas:port-26153

Conversation

@jkotas
Copy link
Member

@jkotas jkotas commented Sep 20, 2019

Description
We have heard from multiple customers deploying .NET Core micro-services in Kubernetes that clipping of CPU count when CPU quota is used results into a performance cliff in commonly used configuration.

We have added this clipping late during 3.0. It was controversial change and the data supporting the change were not very strong. This change reverts change. The change was reverted in master already.

Regression?
Yes (2.x -> 3.0)

Risk
Small chance that .NET Core 3.0 deployments may started depending on the broken behavior. They will need to be reconfigured.

@jkotas jkotas added the Servicing-consider Issue for next servicing release review label Sep 20, 2019
@jkotas jkotas added this to the 3.1 milestone Sep 20, 2019
@MeiChin-Tsai
Copy link

Approved pending on code review for 3.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Servicing-consider Issue for next servicing release review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants