Skip to content

Memory leak when using remoting/actors #4

@ErikRBergman

Description

@ErikRBergman

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions