8000 Remove the import thread from the workers and driver. · Issue #951 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Remove the import thread from the workers and driver. #951
Open
@robertnishihara

Description

@robertnishihara

Right now the import thread fetches remote function definitions, actor definitions, custom class definitions (needed for custom serialization callbacks). It should be possible to get rid of the extra thread and to simply fetch these values from Redis when they are needed (though that could add latency the first time a remote function is invoked on a worker).

This would also address an issue brought up in #824.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issue moderate in impact or severitypending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0