-
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
Remove grpcio from minimal dependency #38243
Conversation
add grpc deps to default and remove from minimal add DrainNode to python gcs_client, and remove grpc from autoscaler.py Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
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.
Stamp requirements change
…nt optional Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
…le tests Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
…nit tests. Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
Failed tests seem unrelated |
(Also, let's make sure to mention this to the release note. Please track the changes so that we can record them!) |
Looks like we need a doc approval. cc @angelinalg can you give us an approval? |
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.
doc approval
This reverts commit ef2a040. Signed-off-by: Philipp Moritz <pcmoritz@gmail.com>
Removes grpcio from ray dependency while adds it to ray[default] dependency. Removed use of grpc client: gcs_node_info_stub.DrainNode in autoscaler. Moved it into raylet.pyx. Removed use of grpc client: gcs_node_resources_stub.GetAllResourceUsage in autoscaler. Moved it into raylet.pyx. Removed use of grpc status code. Moved it into raylet.pyx. Removed Ray Client tests in test_runtime_env_ray_minimal.py --------- Signed-off-by: Ruiyang Wang <rywang014@gmail.com> Signed-off-by: NripeshN <nn2012@hw.ac.uk>
…ay-project#38453) This reverts commit ef2a040. Signed-off-by: NripeshN <nn2012@hw.ac.uk>
Removes grpcio from ray dependency while adds it to ray[default] dependency. Removed use of grpc client: gcs_node_info_stub.DrainNode in autoscaler. Moved it into raylet.pyx. Removed use of grpc client: gcs_node_resources_stub.GetAllResourceUsage in autoscaler. Moved it into raylet.pyx. Removed use of grpc status code. Moved it into raylet.pyx. Removed Ray Client tests in test_runtime_env_ray_minimal.py --------- Signed-off-by: Ruiyang Wang <rywang014@gmail.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
…ay-project#38453) This reverts commit ef2a040. Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Removes grpcio from ray dependency while adds it to ray[default] dependency. Removed use of grpc client: gcs_node_info_stub.DrainNode in autoscaler. Moved it into raylet.pyx. Removed use of grpc client: gcs_node_resources_stub.GetAllResourceUsage in autoscaler. Moved it into raylet.pyx. Removed use of grpc status code. Moved it into raylet.pyx. Removed Ray Client tests in test_runtime_env_ray_minimal.py --------- Signed-off-by: Ruiyang Wang <rywang014@gmail.com> Signed-off-by: Victor <vctr.y.m@example.com>
…ay-project#38453) This reverts commit ef2a040. Signed-off-by: Victor <vctr.y.m@example.com>
Removes grpcio from
ray
dependency while adds it toray[default]
dependency.Removed use of grpc client:
gcs_node_info_stub.DrainNode
in autoscaler. Moved it intoraylet.pyx
.Removed use of grpc client:
gcs_node_resources_stub.GetAllResourceUsage
in autoscaler. Moved it intoraylet.pyx
.Removed use of grpc status code. Moved it into
raylet.pyx
.Removed Ray Client tests in
test_runtime_env_ray_minimal.py