Skip to content

[core] Possible memory leak in raylet when a required object takes a long time to fetch #14458

@stephanie-wang

Description

@stephanie-wang

What is the problem?

Ray version and other system information (Python version, TensorFlow version, OS): v2.0dev

When an object is needed on a node, the raylet periodically pings its owner to check that the owner is still alive. This is a long-polling RPC that can potentially stay in the raylet's outstanding requests for a long time. This may be related to #14322, but I need to do some investigation to confirm.

Metadata

Metadata

Labels

bugSomething that is supposed to be working; but isn'tneeds-repro-scriptIssue needs a runnable script to be reproducedtriageNeeds triage (eg: priority, bug/not-bug, and owning component)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions