Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly call UnblockIfNeeded in Get() even if all objects are present #16422

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Jun 15, 2021

Why are these changes needed?

Properly call UnblockIfNeeded in Get() even if all objects are present. This avoids the get request from getting infinitely large if we try to get a large number of objects that are already local.

Split out this and metrics code from https://github.com/ray-project/ray/pull/16394/files

Copy link
Contributor

@rkooo567 rkooo567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some OSX tests seem to fail btw

@ericl
Copy link
Contributor Author

ericl commented Jun 15, 2021

Need to fix test shuffle on windows, that seems to have been introduced in an earlier pr

@ericl ericl merged commit 1ef207a into ray-project:master Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants