-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Rename ClientTableData to GcsNodeInfo #5251
Rename ClientTableData to GcsNodeInfo #5251
Conversation
Test FAILed. |
// The IP address of the client's node manager. | ||
message GcsNodeInfo { | ||
// State of a node. | ||
enum GcsNodeState { |
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.
NodeState
?
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.
ok
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
CI failure should be related https://travis-ci.com/ray-project/ray/builds/120816886 |
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. Can you fix the linter failure (https://travis-ci.com/ray-project/ray/jobs/220151982)? then we can merge it.
Test PASSed. |
https://travis-ci.com/ray-project/ray/jobs/220220236 |
Maybe not caused by this PR. It's reproduced in jovany-wang's PR. My development environment has a problem that has not been resolved, so jovany-wang is tracking it now. |
ok, that test is failing on master as well. I'll merge this PR. |
What do these changes do?
Rename
ClientTableData
toGcsNodeInfo
sinceClientTableData
is used to describe node information in GCS.Related issue number
Linter
scripts/format.sh
to lint the changes in this PR.