rootwyrm / talecaster

TaleCaster application server - bringing ALL your media to you.
Other
3 stars 2 forks source link

Intermittent long stalls in dotnet native Servarr #28

Closed rootwyrm closed 2 years ago

rootwyrm commented 3 years ago

Native CLR Servarr apps will sometimes exhibit long stalls on initial page load where signalR is not loading in a timely fashion. This appears to be related to CLR GC behavior. Will continue to monitor on test and production environments. If this persists, may need to revisit the CLR allocation and GC behavior with the .NET teams since this was already fixed prior to 5.0.

rootwyrm commented 3 years ago

Still seeing intermittent reproduction, but the hangs are inconsistent. Sometimes occurring during GC, sometimes occurring during disk IO, sometimes network based. There just isn't any consistency. I think it's musl, but until I can get the jemalloc fixes done for upstream, can't prove/disprove.

rootwyrm commented 2 years ago

An apparently unrelated issue was identified and resolved upstream external to .NET.

Closing as resolved as it no longer reproduces.