Proposed way to reproduce:
API calling an actor that calls 2-3 other actors and returns data to the API.
Load testing the API should at about 100k requests increase idle CPU usage. Dumping the process shows a a lot of timers.
Details:
Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory is instantiated with with each request through the factory in SetInnerFactory (FG.ServiceFabric.Actors.Client. ActorProxyFactory).