Closed senioroman4uk closed 1 month ago
@senioroman4uk Can you share more details about whether or not this bottleneck occurs for a specific result type? I know that getting minimal repros for these kinds of issues can be hard but additional info about when it happens would be appreciated.
Hi @senioroman4uk. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
See our Issue Management Policies for more information.
Hi, I was trying to diagnose an issue that we observe for a small population of slow failing requests in production (less then 1%). Our service is hosted on Kubernetes Linux (Azure Linux V2). From global traffic routing we use Azure Traffic Manager, so clients connect to the service directly.
We use mariner base images mcr.microsoft.com/dotnet/aspnet:8.0-cbl-mariner2.0
dotnet --info
We log duration of various parts of MVC pipeline via filters (action, result and resource filter) and also measure an entire request duration via middleware. For these slow requests we observe a lot of time spent in result execution (for example 969520 ms) with an eventual exception from kestrel
I would like to get some help identifying the root cause of this issue