mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 09:19:32 +08:00
Allow large returns from direct actor calls (#6088)
This commit is contained in:
@@ -463,6 +463,8 @@ class Worker(object):
|
||||
elif error_type == ErrorType.Value("OBJECT_UNRECONSTRUCTABLE"):
|
||||
return UnreconstructableError(ray.ObjectID(object_id.binary()))
|
||||
else:
|
||||
assert error_type != ErrorType.Value("OBJECT_IN_PLASMA"), \
|
||||
"Tried to get object that has been promoted to plasma."
|
||||
assert False, "Unrecognized error type " + str(error_type)
|
||||
elif data:
|
||||
# If data is not empty, deserialize the object.
|
||||
|
||||
Reference in New Issue
Block a user