-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
staleThe issue is stale. It will be closed within 7 days unless there are further conversationThe issue is stale. It will be closed within 7 days unless there are further conversation
Description
Describe the problem
Currently, CoreWorker keeps a map of all known actor handles, this map is only cleaned up when a non-actor task finishes, see here.
This could cause memory leak in some cases, e.g., an actor with a method which takes an actor handle as its parameter.
To fix this, we should remove the actor handle from the map when the corresponding Java/Python object is GC'ed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleThe issue is stale. It will be closed within 7 days unless there are further conversationThe issue is stale. It will be closed within 7 days unless there are further conversation