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

[GCS] Use new interface class GcsClient in ray #6805

Merged

Conversation

micafan
Copy link
Contributor

@micafan micafan commented Jan 16, 2020

Why are these changes needed?

Use GcsClient instead of RedisGcsClient in ray.

Related issue number

Closes #5058

Checks

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/20693/
Test FAILed.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/20692/
Test FAILed.

Copy link
Contributor

@zhijunfu zhijunfu left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!


/// The following three methods will be deprecated, use method Actors() instead.
/// The following xxx_table methods is no longer used as interface,
/// just used as implementation.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// just used as implementation.
/// The following xxx_table methods implement the Accessor interfaces.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

/// The following three methods will be deprecated, use method Actors() instead.
/// The following xxx_table methods is no longer used as interface,
/// just used as implementation.
/// Use new interface method Actors() instead of the following three methods.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// Use new interface method Actors() instead of the following three methods.
/// Implements the Actors() interface.

Same for below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/20723/
Test FAILed.

@zhijunfu zhijunfu merged commit e143f85 into ray-project:master Jan 17, 2020
@zhijunfu zhijunfu deleted the replace_redis_gcs_client_with_gcs_client branch January 17, 2020 06:51
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.

4 participants