-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[GCS] Use new interface class GcsClient in ray #6805
Conversation
Can one of the admins verify this patch? |
Test FAILed. |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
src/ray/gcs/redis_gcs_client.h
Outdated
|
||
/// 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// just used as implementation. | |
/// The following xxx_table methods implement the Accessor interfaces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
src/ray/gcs/redis_gcs_client.h
Outdated
/// 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// Use new interface method Actors() instead of the following three methods. | |
/// Implements the Actors() interface. |
Same for below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Test FAILed. |
Why are these changes needed?
Use GcsClient instead of RedisGcsClient in ray.
Related issue number
Closes #5058
Checks
scripts/format.sh
to lint the changes in this PR.