-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
We're experiencing some sort of memory leak regarding linked cancellation tokens. The list of tokens seems to lead back to the ActivationCollector class.
Some information about our app:
- Grains get called around every 15 minutes, so the grains are never deactivated.
- We azure Orleans reminders backed by Azure Table Storage
- We use OpenTelemetry for collecting and exporting metrics to Azure App Insights
We do not directly use or link (grain) cancellation tokens in our code and we do not use any lifecycle hooks like OnActivateAsync or OnDeactivateAsync.
What could cause this problem, or how could we collect more details about what is going on?
Metadata
Metadata
Assignees
Labels
No labels

