-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Cant pickle RayServeSyncHandle from Ray1.9 #22110
Copy link
Copy link
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't