Skip to content

Cant pickle RayServeSyncHandle from Ray1.9 #22110

@mvheimburg

Description

@mvheimburg

Search before asking

  • I searched the issues and found no similar issues.

Ray Component

Ray Serve

What happened + What you expected to happen

Pre Ray1.9 I was able to pass RayServeSyncHandles to different Ray Serve instances as argument to other instances, this broke form Ray1.9. I this by design or is this a bug?

Versions / Dependencies

Ray1.9.x, Python3.8, Ubuntu20.04

Reproduction script

RayServer1.deploy()
rs1_handle = RayServe1.get_handle()
RayServer2.deploy(rs1_handle)

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Labels

P1Issue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn't

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions