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

Revert "Revert "Enable Ray client server by default (#13350)" (#13429)" #13442

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Jan 14, 2021

This reverts commit 5602999.

Why are these changes needed?

The ray client server was causing the CPP mode test to fail; since it allocated jobid 1. The fix is to avoid using that job id.

@ericl
Copy link
Contributor Author

ericl commented Jan 15, 2021

@AmeerHajAli would you have any idea why enabling a new service on port 10001 breaks the cpp:cluster_mode_test?

@AmeerHajAli
Copy link
Contributor

I am not sure. @kfstorm / @SongGuyang , do you have any idea why?

@kfstorm
Copy link
Member

kfstorm commented Jan 18, 2021

I have no idea. @SongGuyang do you?

@SongGuyang
Copy link
Contributor

@ericl Maybe because I have a hard code for node manager port? https://github.com/ray-project/ray/blob/master/cpp/include/ray/api/ray_config.h#L25

@ericl ericl changed the title [WIP] Revert "Revert "Enable Ray client server by default (#13350)" (#13429)" Revert "Revert "Enable Ray client server by default (#13350)" (#13429)" Feb 2, 2021
@ericl
Copy link
Contributor Author

ericl commented Feb 2, 2021

Fixed; ptal

@ericl ericl added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label Feb 2, 2021
@ericl ericl merged commit 26beb3b into ray-project:master Feb 2, 2021
fishbone pushed a commit to fishbone/ray that referenced this pull request Feb 16, 2021
…" (ray-project#13429)" (ray-project#13442)

* Revert "Revert "Enable Ray client server by default (ray-project#13350)" (ray-project#13429)"

This reverts commit 5602999.

* fix job id collision with ray client server
fishbone added a commit to fishbone/ray that referenced this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants