You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes: Eventual-Inc#3249
Ray's `ray.wait` is supposed to:
1. Defaults to `fetch_local=True` which will supposedly fetch data to
wherever the wait is called before returning
2. Defaults to `num_returns=1` which will wait until only the first item
is ready before returning
This seems to not be the intended behavior here, where `RayPartitionSet`
is trying to wait on ALL the partitions to be ready, and does not want
to pull any data down to the calling site.
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
0 commit comments